Spaces:
Sleeping
Sleeping
cindyangelira
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,8 @@ iface = gr.Interface(
|
|
94 |
),
|
95 |
outputs="html",
|
96 |
title="Let Me Label You",
|
97 |
-
description="
|
98 |
-
article="
|
99 |
examples=[
|
100 |
"Joko Widodo lahir di Surakarta pada tanggal 21 Juni 1961.",
|
101 |
"Email saya adalah [email protected] dan nomor HP 081234567890."
|
|
|
94 |
),
|
95 |
outputs="html",
|
96 |
title="Let Me Label You",
|
97 |
+
description="Let Me Label You, is a Name Entity Recognition (NER) tool that helps you identify named entities in Indonesian text. Named entities include things like person names, organizations, locations, and more.",
|
98 |
+
article="Enter text to see named entity recognition results highlighted.",
|
99 |
examples=[
|
100 |
"Joko Widodo lahir di Surakarta pada tanggal 21 Juni 1961.",
|
101 |
"Email saya adalah [email protected] dan nomor HP 081234567890."
|