Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def sentiment_calssifir(text):
10
 
11
 
12
  demo = gr.Interface(fn=sentiment_calssifir, inputs="text", outputs="json")
13
- demo.launch()
14
  # outputs="label",
15
  # title=title,
16
  # description=description,
 
10
 
11
 
12
  demo = gr.Interface(fn=sentiment_calssifir, inputs="text", outputs="json")
13
+ demo.launch(share=True)
14
  # outputs="label",
15
  # title=title,
16
  # description=description,