leofome commited on
Commit
0fa5617
1 Parent(s): 860d903

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def get_sentiment(input_text):
7
  # result
8
  iface = gr.Interface(fn = get_sentiment,inputs="text",
9
  outputs=['text'], title='Sentiment Analysis',description='Get Sentiment Analysis')
10
- iface.launch(inline=False)
 
7
  # result
8
  iface = gr.Interface(fn = get_sentiment,inputs="text",
9
  outputs=['text'], title='Sentiment Analysis',description='Get Sentiment Analysis')
10
+ iface.launch()