Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ iface = gr.Interface(fn = get_sentiment,
|
|
10 |
outputs = ['text'],
|
11 |
title = 'Sentiment Analysis',
|
12 |
description="Get Sentiment Negative/Positive for the given input")
|
13 |
-
iface.launch()
|
|
|
10 |
outputs = ['text'],
|
11 |
title = 'Sentiment Analysis',
|
12 |
description="Get Sentiment Negative/Positive for the given input")
|
13 |
+
iface.launch(inline = False)
|