Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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")
|