Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,10 +52,10 @@ def ner_predict(text):
|
|
| 52 |
# Tạo giao diện
|
| 53 |
demo = gr.Interface(
|
| 54 |
fn=ner_predict,
|
| 55 |
-
inputs=gr.Textbox(lines=5, placeholder="Nhập văn bản tiếng
|
| 56 |
outputs=gr.JSON(),
|
| 57 |
-
title="
|
| 58 |
-
description="Ứng dụng
|
| 59 |
examples=sample_inputs,
|
| 60 |
)
|
| 61 |
|
|
|
|
| 52 |
# Tạo giao diện
|
| 53 |
demo = gr.Interface(
|
| 54 |
fn=ner_predict,
|
| 55 |
+
inputs=gr.Textbox(lines=5, placeholder="Nhập văn bản tiếng Việt..."),
|
| 56 |
outputs=gr.JSON(),
|
| 57 |
+
title="Trích xuất thông tin cá nhân",
|
| 58 |
+
description="Ứng dụng trích xuất thông tin cá nhân trong đoạn văn bản.",
|
| 59 |
examples=sample_inputs,
|
| 60 |
)
|
| 61 |
|