Logeswaransr commited on
Commit
08946f2
1 Parent(s): 5d839b8

app FILE Updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ demo = gr.Interface(fn=ner,
7
  title='Named Entity Recognition with `dslim/bert-base-ner` ',
8
  description='Find entities using the dslim/bert-base-ner model under the hood',
9
  allow_flagging='never',
10
- examples=["My name is Logeswaran, the creator of this HuggingFace Space. I live in India.","Hello There! I am Andrew Ng, founder of DeepLearning.AI"]
11
  )
12
 
13
 
 
7
  title='Named Entity Recognition with `dslim/bert-base-ner` ',
8
  description='Find entities using the dslim/bert-base-ner model under the hood',
9
  allow_flagging='never',
10
+ examples=["My name is Logeswaran SR, the creator of this HuggingFace Space. I live in India.","Hello There! I am Andrew Ng, founder of DeepLearning.AI"]
11
  )
12
 
13