Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
|
| 4 |
from transformers import pipeline
|
| 5 |
|
| 6 |
-
image_classifier = pipeline(task="zero-shot-image-classification", model="google/siglip-
|
| 7 |
labels = ['street sweeping', 'litter pickup', 'pothole repair', 'parking enforcement']
|
| 8 |
|
| 9 |
def image_mod(image):
|
|
|
|
| 3 |
|
| 4 |
from transformers import pipeline
|
| 5 |
|
| 6 |
+
image_classifier = pipeline(task="zero-shot-image-classification", model="google/siglip-large-patch16-384")
|
| 7 |
labels = ['street sweeping', 'litter pickup', 'pothole repair', 'parking enforcement']
|
| 8 |
|
| 9 |
def image_mod(image):
|