thak123 commited on
Commit
b1ce276
1 Parent(s): c00ed91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def predict_sentiment(x):
53
  interface = gr.Interface(
54
  fn=predict_sentiment,
55
  inputs='text',
56
- outputs=['label'],
57
  title='Croatian Movie reviews Sentiment Analysis',
58
  examples= ["Es mīlu Tevi","Es ienīstu kafiju"],
59
  description='Get the positive/neutral/negative sentiment for the given input.'
 
53
  interface = gr.Interface(
54
  fn=predict_sentiment,
55
  inputs='text',
56
+ outputs=['text'],
57
  title='Croatian Movie reviews Sentiment Analysis',
58
  examples= ["Es mīlu Tevi","Es ienīstu kafiju"],
59
  description='Get the positive/neutral/negative sentiment for the given input.'