Spaces:
Runtime error
Runtime error
Commit ·
d59c1ac
1
Parent(s): d6dd6e2
Update app.py
Browse files
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)
|