afiz commited on
Commit
e197399
·
1 Parent(s): e0186a9

Update app.py

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