Zeyu commited on
Commit
47a516a
1 Parent(s): d7eb61c

Update app.py

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