shubhamjaiswar commited on
Commit
3d04017
·
1 Parent(s): ebad252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)