Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,4 +9,4 @@ import gradio as gr
|
|
| 9 |
|
| 10 |
demo = gr.Interface(fn=get_sentiment_analysis, inputs="text", outputs="text")
|
| 11 |
|
| 12 |
-
demo.launch()
|
|
|
|
| 9 |
|
| 10 |
demo = gr.Interface(fn=get_sentiment_analysis, inputs="text", outputs="text")
|
| 11 |
|
| 12 |
+
demo.launch(share=True)
|