mrojas commited on
Commit
7890245
1 Parent(s): 1f8c7a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ demo = gr.Interface(ner,
11
  gr.Textbox(placeholder="Ingrese oraci贸n aqu铆..."),
12
  gr.HighlightedText())
13
 
14
- demo.launch(share=True)
 
11
  gr.Textbox(placeholder="Ingrese oraci贸n aqu铆..."),
12
  gr.HighlightedText())
13
 
14
+ demo.launch()