thak123 commited on
Commit
9656b2d
1 Parent(s): 568e03b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def predict_sentiment(sentence = "Volim ti"):
67
  interface = gr.Interface(
68
  fn=predict_sentiment,
69
  inputs='text',
70
- outputs=['text', 'label'],
71
  title='Sentiment Analysis',
72
  description='Get the positive/neutral/negative sentiment for the given input.'
73
  )
 
67
  interface = gr.Interface(
68
  fn=predict_sentiment,
69
  inputs='text',
70
+ outputs=['label'],
71
  title='Sentiment Analysis',
72
  description='Get the positive/neutral/negative sentiment for the given input.'
73
  )