Spaces:
Runtime error
Runtime error
linjieccc
commited on
Commit
•
d7eb61c
1
Parent(s):
f5fba0c
Update app.py
Browse files- app.py +1 -1
- header.html +2 -2
app.py
CHANGED
@@ -375,7 +375,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
375 |
"DocPrompt🔖 is a Document Prompt Engine using ERNIE-Layout as the backbone model."
|
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, visit the [Github](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layout)."
|
379 |
)
|
380 |
|
381 |
document = gr.Variable()
|
|
|
375 |
"DocPrompt🔖 is a Document Prompt Engine using ERNIE-Layout as the backbone model."
|
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()
|
header.html
CHANGED
@@ -26,6 +26,6 @@
|
|
26 |
</div>
|
27 |
<!-- <p style="margin-bottom: 10px; font-size: 94%">
|
28 |
DocPrompt🔖 is a Document Prompt Engine using [ERNIE-Layout](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layout) as the backbone model. The engine is powered by BAIDU WenXin Document Intelligence Team and has the ability for multilingual documents information extraction and question ansering.
|
29 |
-
</p>
|
30 |
<a href="https://github.com/PaddlePaddle/PaddleNLP"><img src="https://user-images.githubusercontent.com/40840292/195516769-c4452d7c-3f9e-446f-8f9d-882b99052a5b.png" width="100%"></a>
|
31 |
-
</div>
|
|
|
26 |
</div>
|
27 |
<!-- <p style="margin-bottom: 10px; font-size: 94%">
|
28 |
DocPrompt🔖 is a Document Prompt Engine using [ERNIE-Layout](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layout) as the backbone model. The engine is powered by BAIDU WenXin Document Intelligence Team and has the ability for multilingual documents information extraction and question ansering.
|
29 |
+
</p> -->
|
30 |
<a href="https://github.com/PaddlePaddle/PaddleNLP"><img src="https://user-images.githubusercontent.com/40840292/195516769-c4452d7c-3f9e-446f-8f9d-882b99052a5b.png" width="100%"></a>
|
31 |
+
</div>
|