jjzha commited on
Commit
e72157c
1 Parent(s): 357f085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ demo = gr.Interface(fn=ner,
54
  outputs=["highlight", "highlight"],
55
  examples=examples)
56
 
57
- demo.launch(share=True)
 
54
  outputs=["highlight", "highlight"],
55
  examples=examples)
56
 
57
+ demo.launch()