Spaces:
Running
Running
Commit ·
a546517
1
Parent(s): 1635b9b
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ demo = gr.Interface(
|
|
| 154 |
generate_emotion,
|
| 155 |
input,
|
| 156 |
output,
|
| 157 |
-
title="Entity Recognition
|
| 158 |
description="Feel free to give your feedback",
|
| 159 |
css=".gradio-container {background-color: lightgray}",
|
| 160 |
article="""
|
|
|
|
| 154 |
generate_emotion,
|
| 155 |
input,
|
| 156 |
output,
|
| 157 |
+
title="Named Entity Recognition Using BERT",
|
| 158 |
description="Feel free to give your feedback",
|
| 159 |
css=".gradio-container {background-color: lightgray}",
|
| 160 |
article="""
|