Spaces:
Sleeping
Sleeping
remove share option
Browse files
app.py
CHANGED
|
@@ -20,4 +20,4 @@ def get_sentiment(input):
|
|
| 20 |
|
| 21 |
gr.close_all()
|
| 22 |
demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="text")
|
| 23 |
-
demo.launch(
|
|
|
|
| 20 |
|
| 21 |
gr.close_all()
|
| 22 |
demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="text")
|
| 23 |
+
demo.launch()
|