Koleshjr commited on
Commit
6e39c17
1 Parent(s): 072246f

Update app.py

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