Spaces:
Sleeping
Sleeping
lsyzz commited on
Commit ·
b2c9b1a
1
Parent(s): af9adc5
fix url
Browse files
app.py
CHANGED
|
@@ -293,7 +293,7 @@ with gr.Blocks(head=GOOGLE_FONTS_URL, css=custom_css, theme=gr.themes.Soft()) as
|
|
| 293 |
</div>
|
| 294 |
""")
|
| 295 |
|
| 296 |
-
gr.HTML("""<div class="quick-links"><a href="https://github.com/PaddlePaddle/PaddleOCR" target="_blank">GitHub</a> | <a href="https://
|
| 297 |
|
| 298 |
with gr.Tabs():
|
| 299 |
# ===================== Tab 1: Document Parsing =====================
|
|
|
|
| 293 |
</div>
|
| 294 |
""")
|
| 295 |
|
| 296 |
+
gr.HTML("""<div class="quick-links"><a href="https://github.com/PaddlePaddle/PaddleOCR" target="_blank">GitHub</a> | <a href="https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.5" target="_blank">Model</a> | <a href="https://aistudio.baidu.com/paddleocr" target="_blank">Official Website</a></div>""")
|
| 297 |
|
| 298 |
with gr.Tabs():
|
| 299 |
# ===================== Tab 1: Document Parsing =====================
|