Spaces:
Sleeping
Sleeping
linjieccc
commited on
Commit
·
5c00f65
1
Parent(s):
c451ddc
Update app.py
Browse files
app.py
CHANGED
|
@@ -364,8 +364,8 @@ gradio-app h2, .gradio-app h2 {
|
|
| 364 |
with gr.Blocks(css=CSS) as demo:
|
| 365 |
gr.HTML(read_content("header.html"))
|
| 366 |
gr.Markdown(
|
| 367 |
-
f"
|
| 368 |
-
f" The engine is powered by Baidu Wenxin Document Intelligence Team
|
| 369 |
)
|
| 370 |
|
| 371 |
document = gr.Variable()
|
|
|
|
| 364 |
with gr.Blocks(css=CSS) as demo:
|
| 365 |
gr.HTML(read_content("header.html"))
|
| 366 |
gr.Markdown(
|
| 367 |
+
f" 📜 DocPrompt is a Document Prompt Engine uses ERNIE-Layout as the backbone model.\n"
|
| 368 |
+
f" The engine is powered by Baidu Wenxin Document Intelligence Team and is ability for multilingual documents information extraction and question ansering. 🔖\n"
|
| 369 |
)
|
| 370 |
|
| 371 |
document = gr.Variable()
|