Spaces:
Running
Running
kovacsvi
commited on
Commit
·
81e0d3b
1
Parent(s):
6834950
model update
Browse files
app.py
CHANGED
@@ -79,9 +79,7 @@ def split_sentences(text, model):
|
|
79 |
|
80 |
|
81 |
def build_huggingface_path(language: str):
|
82 |
-
|
83 |
-
return "visegradmedia-emotion/Emotion_RoBERTa_pooled_V4"
|
84 |
-
return "poltextlab/xlm-roberta-large-pooled-emotions6"
|
85 |
|
86 |
|
87 |
@spaces.GPU
|
|
|
79 |
|
80 |
|
81 |
def build_huggingface_path(language: str):
|
82 |
+
return "poltextlab/xlm-roberta-large-pooled-emotions6-v2"
|
|
|
|
|
83 |
|
84 |
|
85 |
@spaces.GPU
|