RanjithkumarPanjabikesan
commited on
Update app.py
Browse files
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
|
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()
|