Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import numpy as np
|
|
| 5 |
from PIL import Image
|
| 6 |
|
| 7 |
|
| 8 |
-
pipe = pipeline("zero-shot-image-classification", model="
|
| 9 |
images="dog.jpg"
|
| 10 |
|
| 11 |
def shot(image, labels_text):
|
|
|
|
| 5 |
from PIL import Image
|
| 6 |
|
| 7 |
|
| 8 |
+
pipe = pipeline("zero-shot-image-classification", model="ashm/mini-test")
|
| 9 |
images="dog.jpg"
|
| 10 |
|
| 11 |
def shot(image, labels_text):
|