SameerMahajan commited on
Commit
cd5e8c7
·
verified ·
1 Parent(s): 52a4fad

remove share option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def get_sentiment(input):
20
 
21
  gr.close_all()
22
  demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="text")
23
- demo.launch(share=True, server_port=8000)
 
20
 
21
  gr.close_all()
22
  demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="text")
23
+ demo.launch()