linjieccc commited on
Commit
6542ea8
1 Parent(s): 3eee1cc
Files changed (2) hide show
  1. app.py +1 -1
  2. header.html +1 -1
app.py CHANGED
@@ -355,7 +355,7 @@ gradio-app h2, .gradio-app h2 {
355
  with gr.Blocks(css=CSS) as demo:
356
  gr.HTML(read_content("header.html"))
357
  gr.Markdown(
358
- f" ⚡DocPrompt⚡ is a Document Prompt Engine uses ERNIE-LayoutX as the backbone model.\n"
359
  f" The engine is powered by Baidu Wenxin Document Intelligence Team 🚀 and is ability for multilingual documents information extraction and question ansering.\n"
360
  )
361
 
 
355
  with gr.Blocks(css=CSS) as demo:
356
  gr.HTML(read_content("header.html"))
357
  gr.Markdown(
358
+ f" ⚡DocPrompt⚡ is a Document Prompt Engine uses ERNIE-Layout as the backbone model.\n"
359
  f" The engine is powered by Baidu Wenxin Document Intelligence Team 🚀 and is ability for multilingual documents information extraction and question ansering.\n"
360
  )
361
 
header.html CHANGED
@@ -21,6 +21,6 @@
21
  justify-content: center;
22
  ">
23
  <a href="https://github.com/PaddlePaddle/PaddleNLP"><h1 style="font-weight: 900; align-items: center; margin-bottom: 7px;">
24
- ERNIE-LayoutX DocPrompt Engine
25
  </h1></a>
26
  </div>
 
21
  justify-content: center;
22
  ">
23
  <a href="https://github.com/PaddlePaddle/PaddleNLP"><h1 style="font-weight: 900; align-items: center; margin-bottom: 7px;">
24
+ ERNIE-Layout DocPrompt Engine
25
  </h1></a>
26
  </div>