jgyasu commited on
Commit
e6b16e5
1 Parent(s): be52172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -495,5 +495,5 @@ with gr.Blocks(theme = gr.themes.Monochrome()) as demo:
495
  clear_button.click(lambda: "", inputs=None, outputs=[ai_output, selected_sentence, html_output, masked_sentence, tree])
496
 
497
  # Launch the demo
498
- demo.launch(share=True)
499
 
 
495
  clear_button.click(lambda: "", inputs=None, outputs=[ai_output, selected_sentence, html_output, masked_sentence, tree])
496
 
497
  # Launch the demo
498
+ demo.launch()
499