Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,4 +15,4 @@ def predict_sentiment(text):
|
|
| 15 |
interface = gr.Interface(fn=predict_sentiment, inputs="text", outputs="text",
|
| 16 |
title="Sentiment Analysis", description="Enter text to predict sentiment")
|
| 17 |
|
| 18 |
-
interface.launch()
|
|
|
|
| 15 |
interface = gr.Interface(fn=predict_sentiment, inputs="text", outputs="text",
|
| 16 |
title="Sentiment Analysis", description="Enter text to predict sentiment")
|
| 17 |
|
| 18 |
+
interface.launch(share=True)
|