Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/PaddlePaddle/ERNIE-Layout into main
Browse files
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()
|