Spaces:
Sleeping
Sleeping
Commit
·
3d04017
1
Parent(s):
ebad252
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ def sentiment_analysis(sentiment_text):
|
|
12 |
return "Neutral Feedback"
|
13 |
|
14 |
iface = gr.Interface(fn = sentiment_analysis , inputs=['text'] , outputs=['text'])
|
15 |
-
iface.launch()
|
|
|
12 |
return "Neutral Feedback"
|
13 |
|
14 |
iface = gr.Interface(fn = sentiment_analysis , inputs=['text'] , outputs=['text'])
|
15 |
+
iface.launch(share=True)
|