AjithBharadwaj commited on
Commit
6113569
·
1 Parent(s): e81d537

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
  allow_flagging="never",
32
  examples=["My name is Andrew, I'm building DeeplearningAI and I live in California", "My name is Poli, I live in Vienna and work at HuggingFace"])
33
 
34
- demo.launch(share=True)
 
31
  allow_flagging="never",
32
  examples=["My name is Andrew, I'm building DeeplearningAI and I live in California", "My name is Poli, I live in Vienna and work at HuggingFace"])
33
 
34
+ demo.launch(inline=False)