Spaces:
Runtime error
Runtime error
raul-padua
commited on
Commit
•
f76f704
1
Parent(s):
32b8285
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,6 @@ demo = gr.Interface(fn=ner,
|
|
30 |
title="NER with dslim/bert-base-NER",
|
31 |
description="Find entities using the `BERT-base` model under the hood!",
|
32 |
allow_flagging="never",
|
33 |
-
#Here we introduce a new tag, examples, easy to use examples for your application
|
34 |
examples=["My name is Raul and I live in Niterói, Rio de Janeiro, Brazil",
|
35 |
"Lionel Messi is the greatest footballer of the new century",
|
36 |
"Toronto is hockey capital of the world",
|
|
|
30 |
title="NER with dslim/bert-base-NER",
|
31 |
description="Find entities using the `BERT-base` model under the hood!",
|
32 |
allow_flagging="never",
|
|
|
33 |
examples=["My name is Raul and I live in Niterói, Rio de Janeiro, Brazil",
|
34 |
"Lionel Messi is the greatest footballer of the new century",
|
35 |
"Toronto is hockey capital of the world",
|