Pavani2704 commited on
Commit
5f16603
1 Parent(s): f464384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
8
 
9
  pipe = pipeline("summarization", model="google/pegasus-xsum")
10
  agepipe = pipeline("image-classification", model="dima806/facial_age_image_detection")
11
- imgpipe = pipeline("zero-shot-image-classification", model="google/siglip-so400m-patch14-384")
12
 
13
 
14
  st.title("NLP APP")
 
8
 
9
  pipe = pipeline("summarization", model="google/pegasus-xsum")
10
  agepipe = pipeline("image-classification", model="dima806/facial_age_image_detection")
11
+ imgpipe = pipeline("zero-shot-image-classification", model="openai/clip-vit-base-patch32")
12
 
13
 
14
  st.title("NLP APP")