rajsecrets0 commited on
Commit
f27bda1
·
1 Parent(s): ef456da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,5 +12,5 @@ iface = gr.Interface(fn = get_sentiment,
12
  title='sentiment analysis',
13
  description = "get sentiment")
14
 
15
- iface.launch()
16
 
 
12
  title='sentiment analysis',
13
  description = "get sentiment")
14
 
15
+ iface.launch(inline = False)
16