cindyangelira commited on
Commit
457e938
·
verified ·
1 Parent(s): 12bfa4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,8 +94,8 @@ iface = gr.Interface(
94
  ),
95
  outputs="html",
96
  title="Let Me Label You",
97
- description="Enter text to see named entity recognition results highlighted.",
98
- article="Let Me Label You, is a tool that helps you identify named entities in Indonesian text. Named entities include things like person names, organizations, locations, and more.",
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."