Spaces:
Runtime error
Runtime error
Logeswaransr
commited on
Commit
•
08946f2
1
Parent(s):
5d839b8
app FILE Updated
Browse files
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 |
|