sm2899 commited on
Commit
03c4a3b
1 Parent(s): c092532

Update sentiment-analyser.py

Browse files
Files changed (1) hide show
  1. sentiment-analyser.py +0 -1
sentiment-analyser.py CHANGED
@@ -19,7 +19,6 @@ def classification(user_input, type):
19
  result = classifier(user_input)[0]
20
  return result
21
 
22
-
23
  if submit:
24
  resultf = classification(user_input, model_type)
25
  label = resultf['label']
 
19
  result = classifier(user_input)[0]
20
  return result
21
 
 
22
  if submit:
23
  resultf = classification(user_input, model_type)
24
  label = resultf['label']