jonathanli commited on
Commit
7d14eed
·
1 Parent(s): 8109623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,4 +143,4 @@ with gr.Blocks() as demo:
143
  p.click(fn=predict, inputs=text, outputs=highlight)
144
 
145
 
146
- demo.launch(share=True)
 
143
  p.click(fn=predict, inputs=text, outputs=highlight)
144
 
145
 
146
+ demo.launch()