Spaces:
Runtime error
Runtime error
Commit
·
c21ecd6
1
Parent(s):
b34a926
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def tester(text):
|
|
8 |
#classifier = pipeline("sentiment-analysis", arpanghoshal/EmoRoBERTa)
|
9 |
#classifier = pipeline("sentiment-analysis", model='cardiffnlp/twitter-roberta-base-emotion')
|
10 |
#classifier = pipeline("sentiment-analysis", 'j-hartmann/emotion-english-distilroberta-base')
|
11 |
-
classifier = pipeline("sentiment-analysis", 'cardiffnlp/twitter-roberta-base-emotion')
|
12 |
|
13 |
|
14 |
|
|
|
8 |
#classifier = pipeline("sentiment-analysis", arpanghoshal/EmoRoBERTa)
|
9 |
#classifier = pipeline("sentiment-analysis", model='cardiffnlp/twitter-roberta-base-emotion')
|
10 |
#classifier = pipeline("sentiment-analysis", 'j-hartmann/emotion-english-distilroberta-base')
|
11 |
+
classifier = pipeline("sentiment-analysis", model='cardiffnlp/twitter-roberta-base-emotion')
|
12 |
|
13 |
|
14 |
|