Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,6 @@ nerapp = gr.Interface(fn=ner,
|
|
20 |
title="NER with dslim/bert-base-NER",
|
21 |
description="Find entities using the `dslim/bert-base-NER` ",
|
22 |
allow_flagging="never",
|
23 |
-
examples=["My name is
|
24 |
-
|
25 |
nerapp.launch()
|
|
|
20 |
title="NER with dslim/bert-base-NER",
|
21 |
description="Find entities using the `dslim/bert-base-NER` ",
|
22 |
allow_flagging="never",
|
23 |
+
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"])
|
24 |
+
|
25 |
nerapp.launch()
|