Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ def get_sentiment(input_text):
|
|
5 |
return sentiment(input_text)
|
6 |
|
7 |
iface= gr.Interface(fn= get_sentiment, inputs="text", outputs= ['text'], title='Sentiment- Analysis' ,description="GEt setimensts ")
|
8 |
-
iface.launch(inline=
|
|
|
5 |
return sentiment(input_text)
|
6 |
|
7 |
iface= gr.Interface(fn= get_sentiment, inputs="text", outputs= ['text'], title='Sentiment- Analysis' ,description="GEt setimensts ")
|
8 |
+
iface.launch(inline=False)
|