Spaces:
Sleeping
Sleeping
- update latest model from marfin_emotion
Browse files- backend/app.py +1 -1
backend/app.py
CHANGED
|
@@ -34,7 +34,7 @@ app.add_middleware(
|
|
| 34 |
emotion_classifier = pipeline(
|
| 35 |
"zero-shot-classification",
|
| 36 |
model="MarfinF/marfin_emotion",
|
| 37 |
-
|
| 38 |
)
|
| 39 |
|
| 40 |
clients = {}
|
|
|
|
| 34 |
emotion_classifier = pipeline(
|
| 35 |
"zero-shot-classification",
|
| 36 |
model="MarfinF/marfin_emotion",
|
| 37 |
+
force_download=True
|
| 38 |
)
|
| 39 |
|
| 40 |
clients = {}
|