AjithBharadwaj
commited on
Commit
·
6113569
1
Parent(s):
e81d537
Update app.py
Browse files
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(
|
|
|
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)
|