Spaces:
Runtime error
Runtime error
Commit
·
b838c40
1
Parent(s):
2682280
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,7 @@ def tester(text):
|
|
11 |
#classifier = pipeline("sentiment-analysis", model='cardiffnlp/twitter-roberta-base-emotion')
|
12 |
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
cardiffnlp/twitter-roberta-base-emotion
|
17 |
results = classifier(text)
|
18 |
st.write(results[0]['label'])
|
19 |
|
|
|
11 |
#classifier = pipeline("sentiment-analysis", model='cardiffnlp/twitter-roberta-base-emotion')
|
12 |
|
13 |
|
14 |
+
|
|
|
|
|
15 |
results = classifier(text)
|
16 |
st.write(results[0]['label'])
|
17 |
|