Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ iface = gr.Interface(fn=get_sentiment, inputs="text", outputs=["text"],
|
|
10 |
title="Sentiment Analysis",
|
11 |
description="")
|
12 |
|
13 |
-
iface.launch(
|
|
|
10 |
title="Sentiment Analysis",
|
11 |
description="")
|
12 |
|
13 |
+
iface.launch(share=True)
|