Margaret commited on
Commit
eeae42f
·
1 Parent(s): 973615e

Update app.py

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