Spaces:
Runtime error
Runtime error
Update sentiment-analyser.py
Browse files- sentiment-analyser.py +1 -1
sentiment-analyser.py
CHANGED
@@ -23,7 +23,7 @@ def classification(user_input, type):
|
|
23 |
return result
|
24 |
|
25 |
if submit:
|
26 |
-
|
27 |
# if model_type=="sentiment-roberta-large-english":
|
28 |
# st.write(str(resultf[0]['label']) + ": " + str(resultf[0]['score']))
|
29 |
# st.write(str(resultf[1]['label']) + ": " + str(resultf[1]['score']))
|
|
|
23 |
return result
|
24 |
|
25 |
if submit:
|
26 |
+
resultf = classification(user_input, model_type)
|
27 |
# if model_type=="sentiment-roberta-large-english":
|
28 |
# st.write(str(resultf[0]['label']) + ": " + str(resultf[0]['score']))
|
29 |
# st.write(str(resultf[1]['label']) + ": " + str(resultf[1]['score']))
|