linjieccc commited on
Commit
2cc2c6f
2 Parent(s): 27c87a7 47a516a

Merge branch 'main' of https://huggingface.co/spaces/PaddlePaddle/ERNIE-Layout into main

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -389,6 +389,7 @@ with gr.Blocks(css=CSS) as demo:
389
  "The engine is powered by BAIDU WenXin Document Intelligence Team "
390
  "and has the ability for multilingual documents information extraction and question ansering. "
391
  "For more details, please visit the [Github](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layout)."
 
392
  )
393
 
394
  document = gr.Variable()
 
389
  "The engine is powered by BAIDU WenXin Document Intelligence Team "
390
  "and has the ability for multilingual documents information extraction and question ansering. "
391
  "For more details, please visit the [Github](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layout)."
392
+ "ERNIE-Layout paper please refer to [ERNIE-Layout](https://paperswithcode.com/paper/ernie-layout-layout-knowledge-enhanced-pre)"
393
  )
394
 
395
  document = gr.Variable()