isaiahkabraham
commited on
Commit
•
8d1fc8a
1
Parent(s):
50fb20f
Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,5 @@ demo = gr.Interface(fn=ner,
|
|
32 |
description="Find entities using the `dslim/bert-base-NER` model under the hood!",
|
33 |
allow_flagging="never",
|
34 |
#Here we introduce a new tag, examples, easy to use examples for your application
|
35 |
-
examples=["My name is
|
36 |
demo.launch(share=True)
|
|
|
32 |
description="Find entities using the `dslim/bert-base-NER` model under the hood!",
|
33 |
allow_flagging="never",
|
34 |
#Here we introduce a new tag, examples, easy to use examples for your application
|
35 |
+
examples=["My name is Isaiah and I live in Charlotte", "My name is Poli and work at HuggingFace"])
|
36 |
demo.launch(share=True)
|