Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ def get_sentiment(input_text):
|
|
6 |
|
7 |
iface7 = gr.Interface(get_sentiment, inputs= "text", outputs= "text", title="Sentiment Analysis")
|
8 |
|
9 |
-
iface7.launch(
|
|
|
6 |
|
7 |
iface7 = gr.Interface(get_sentiment, inputs= "text", outputs= "text", title="Sentiment Analysis")
|
8 |
|
9 |
+
iface7.launch(inline=False)
|