Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ user_interface = gr.Interface(
|
|
14 |
description = 'Get Sentiment Negative/Positive for the given input'
|
15 |
)
|
16 |
|
17 |
-
user_interface.launch(inline =
|
|
|
14 |
description = 'Get Sentiment Negative/Positive for the given input'
|
15 |
)
|
16 |
|
17 |
+
user_interface.launch(inline = False )
|