Ignahugging commited on
Commit
d59c1ac
·
1 Parent(s): d6dd6e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ iface = gr.Interface(fn=get_sentiment,
12
  outputs=["text"],
13
  title="Sentiment Analysis",
14
  theme='dark')
15
- iface.launch()
 
12
  outputs=["text"],
13
  title="Sentiment Analysis",
14
  theme='dark')
15
+ iface.launch(inline=False)