MarfinF commited on
Commit
c52d683
·
1 Parent(s): 8b336a8

- update latest model from marfin_emotion

Browse files
Files changed (1) hide show
  1. 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
- framework="pt"
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 = {}