leadingbridge commited on
Commit
a6eaf64
1 Parent(s): d6539e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ with gr.Blocks() as demo:
21
  text_button.click(fn=sentiment_analysis,inputs=gr.Textbox(placeholder="Enter a positive or negative sentence here..."),
22
  outputs=gr.Textbox(label="Sentiment Analysis"))
23
 
24
- demo.launch(share=True)
 
21
  text_button.click(fn=sentiment_analysis,inputs=gr.Textbox(placeholder="Enter a positive or negative sentence here..."),
22
  outputs=gr.Textbox(label="Sentiment Analysis"))
23
 
24
+ demo.launch(inline=False)