Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
|
|
| 223 |
# 🚀 DeepSeek-OCR
|
| 224 |
**Convert documents to markdown, extract raw text, and locate specific content with bounding boxes. Check the info at the bottom of the page for more information.**
|
| 225 |
|
| 226 |
-
|
| 227 |
""")
|
| 228 |
|
| 229 |
with gr.Row():
|
|
|
|
| 223 |
# 🚀 DeepSeek-OCR
|
| 224 |
**Convert documents to markdown, extract raw text, and locate specific content with bounding boxes. Check the info at the bottom of the page for more information.**
|
| 225 |
|
| 226 |
+
**Hope this tool was helpful! If so, a quick like ❤️ would mean a lot :)**
|
| 227 |
""")
|
| 228 |
|
| 229 |
with gr.Row():
|