jonathanli commited on
Commit
3a23e60
·
1 Parent(s): 5de9db4

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()
 
143
  p.click(fn=predict, inputs=text, outputs=highlight)
144
 
145
 
146
+ demo.launch(share=True)