Vrooh933 commited on
Commit
04d6044
1 Parent(s): 2a149f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ intfc = gr.Interface(
79
  inputs=gr.Textbox(label="Input here", lines=2, placeholder="Input your text"),
80
  outputs=gr.Label(label="Sentiment Analysis"),
81
  )
82
- intfc.launch(share=True)
 
79
  inputs=gr.Textbox(label="Input here", lines=2, placeholder="Input your text"),
80
  outputs=gr.Label(label="Sentiment Analysis"),
81
  )
82
+ intfc.launch()