jjzha commited on
Commit
47b897f
1 Parent(s): e24e3c6

Update app.py

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