Spaces:
Sleeping
Sleeping
Update app.py
Browse filesCreating a public link for the app
app.py
CHANGED
@@ -19,4 +19,4 @@ def analyze_sentiment(text):
|
|
19 |
|
20 |
# Define Gradio interface
|
21 |
iface = gr.Interface(fn=analyze_sentiment, inputs="text", outputs="text", title="Arabic Sentiment Analysis")
|
22 |
-
iface.launch()
|
|
|
19 |
|
20 |
# Define Gradio interface
|
21 |
iface = gr.Interface(fn=analyze_sentiment, inputs="text", outputs="text", title="Arabic Sentiment Analysis")
|
22 |
+
iface.launch(share=True)
|