RanjithkumarPanjabikesan commited on
Commit
ffff77d
·
verified ·
1 Parent(s): 8b21bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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()
 
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 Sam, I'm building AI Apps and I live in Chennai", "My name is Lilly, I live in Chennai and work at Levitate Consulting"])
24
 
25
  nerapp.launch()