Riddhi commited on
Commit
8eafa49
·
1 Parent(s): 8282cb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ iface = gr.Interface(fn = get_sentiment,
10
  outputs = ['text'],
11
  title = 'Sentiment Analysis',
12
  description="Get Sentiment Negative/Positive for the given input")
13
- iface.launch()
 
10
  outputs = ['text'],
11
  title = 'Sentiment Analysis',
12
  description="Get Sentiment Negative/Positive for the given input")
13
+ iface.launch(inline = False)