Sakil commited on
Commit
471b1f0
·
1 Parent(s): 4b41840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ demo = gr.Interface(fn=ner,
31
  "Batman is a great character.",
32
  "Murphy was the first cast member to sign the film."])
33
 
34
- demo.launch(share=True)
 
31
  "Batman is a great character.",
32
  "Murphy was the first cast member to sign the film."])
33
 
34
+ demo.launch()