sm2899 commited on
Commit
ae05bce
1 Parent(s): e826273

Update sentiment-analyser.py

Browse files
Files changed (1) hide show
  1. 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
- # 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']))
 
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']))