Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ model_name = "microsoft/Phi-3.5-mini-instruct"
|
|
19 |
tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
|
20 |
|
21 |
# Load the model and processor
|
22 |
-
clipmodel = CLIPModel.
|
23 |
clipprocessor = CLIPProcessor.from_pretrained("openai/clip-vit-base-patch32")
|
24 |
|
25 |
nltk.download('punkt')
|
|
|
19 |
tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
|
20 |
|
21 |
# Load the model and processor
|
22 |
+
clipmodel = CLIPModel.from_pretrained("openai/clip-vit-base-patch32")
|
23 |
clipprocessor = CLIPProcessor.from_pretrained("openai/clip-vit-base-patch32")
|
24 |
|
25 |
nltk.download('punkt')
|