Chintan-Shah commited on
Commit
1640931
·
verified ·
1 Parent(s): 963eec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.frm_pretrained("openai/clip-vit-base-patch32")
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')