tirendazakademi commited on
Commit
764740b
1 Parent(s): 72faba1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ demo = gr.Interface(ner,
19
  gr.HighlightedText(),
20
  examples=examples)
21
 
22
- demo.launch()
 
19
  gr.HighlightedText(),
20
  examples=examples)
21
 
22
+ demo.launch(share=True)