Margaret commited on
Commit
c6761d6
·
1 Parent(s): 7cdb6f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ iface = gr.Interface(fn = get_sentiment,
13
  title= 'Sentiment Analysis',
14
  description = 'Get Sentiment Negative/Positive/Neutral for the given input')
15
 
16
- iface.launch(enable_queue=True, inline = False)
 
13
  title= 'Sentiment Analysis',
14
  description = 'Get Sentiment Negative/Positive/Neutral for the given input')
15
 
16
+ iface.launch(enable_queue=True)