boazchung commited on
Commit
87b4eca
1 Parent(s): c34d973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def get_sentiment(input):
9
  #iface =
10
  gr.Interface(fn = get_sentiment,
11
  inputs = "text",
12
- outputs = "text" #['text'],
13
  title = 'Sentiment Analysis').launch(inline = False)
14
 
15
  #iface.launch(inline = False)
 
9
  #iface =
10
  gr.Interface(fn = get_sentiment,
11
  inputs = "text",
12
+ outputs = "text", #['text'],
13
  title = 'Sentiment Analysis').launch(inline = False)
14
 
15
  #iface.launch(inline = False)