Spaces:
Sleeping
Sleeping
chayanbhansali
commited on
Commit
•
974092d
1
Parent(s):
af83054
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)
|