AzzamRadman commited on
Commit
70f73b9
1 Parent(s): 3b34a04

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 positive/negative for the give input')
15
 
16
- iface.launch(share=True, inline=False)
 
13
  title='Sentiment Analysis',
14
  description='Get sentiment positive/negative for the give input')
15
 
16
+ iface.launch(inline=False)