RanjithkumarPanjabikesan commited on
Commit
1908c9f
·
verified ·
1 Parent(s): ffff77d

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 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()
 
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"])
24
 
25
  nerapp.launch()