Margaret commited on
Commit
bc3c3e9
1 Parent(s): a3407c4

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(inline = False)
 
13
  title= 'Sentiment Analysis',
14
  description = 'Get Sentiment Negative/Positive/Neutral for the given input')
15
 
16
+ iface.launch(enable_queue=True)