Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ if hf_token:
|
|
| 33 |
|
| 34 |
# Available emotion detection models
|
| 35 |
EMOTION_MODELS = {
|
| 36 |
-
"AnasAlokla/multilingual_go_emotions": "Multilingual Go Emotions (
|
| 37 |
"AnasAlokla/multilingual_go_emotions_V1.1": "Multilingual Go Emotions (V1.1)"
|
| 38 |
}
|
| 39 |
|
|
|
|
| 33 |
|
| 34 |
# Available emotion detection models
|
| 35 |
EMOTION_MODELS = {
|
| 36 |
+
"AnasAlokla/multilingual_go_emotions": "Multilingual Go Emotions (v1.0)",
|
| 37 |
"AnasAlokla/multilingual_go_emotions_V1.1": "Multilingual Go Emotions (V1.1)"
|
| 38 |
}
|
| 39 |
|