Commit
·
2ef326a
1
Parent(s):
f3a8306
Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,11 @@ def ner(text):
|
|
18 |
return a
|
19 |
|
20 |
|
21 |
-
description = "This AI model is trained to identify and classify named entities such as persons (PER), locations (LOC), organizations (ORG) and miscellaneous (MISC)\
|
22 |
in unstructured text."
|
23 |
title = "Named Entity Recognition"
|
24 |
theme = "grass"
|
25 |
-
examples=["Mount Everest is Earth's highest mountain, located in the Mahalangur Himal sub-range of the Himalayas. Edmund Hillary and Tenzing Norgay were the\
|
26 |
first climbers confirmed to have reached the summit of Mount Everest on May 29, 1953."]
|
27 |
|
28 |
gr.Interface(fn=ner,
|
|
|
18 |
return a
|
19 |
|
20 |
|
21 |
+
description = "This AI model is trained to identify and classify named entities such as persons (PER), locations (LOC), organizations (ORG) and miscellaneous (MISC) \
|
22 |
in unstructured text."
|
23 |
title = "Named Entity Recognition"
|
24 |
theme = "grass"
|
25 |
+
examples=["Mount Everest is Earth's highest mountain, located in the Mahalangur Himal sub-range of the Himalayas. Edmund Hillary and Tenzing Norgay were the \
|
26 |
first climbers confirmed to have reached the summit of Mount Everest on May 29, 1953."]
|
27 |
|
28 |
gr.Interface(fn=ner,
|