Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ def load_image(file_path):
|
|
| 227 |
with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
|
| 228 |
gr.Markdown("""
|
| 229 |
# 🚀 DeepSeek-OCR Demo
|
| 230 |
-
**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.**
|
| 231 |
|
| 232 |
**Hope this tool was helpful! If so, a quick like ❤️ would mean a lot :)**
|
| 233 |
""")
|
|
|
|
| 227 |
with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
|
| 228 |
gr.Markdown("""
|
| 229 |
# 🚀 DeepSeek-OCR Demo
|
| 230 |
+
**Convert documents to markdown, extract raw text, and locate specific content with bounding boxes. It takes 20~ sec for markdown and 3~ sec for locate task. Check the info at the bottom of the page for more information.**
|
| 231 |
|
| 232 |
**Hope this tool was helpful! If so, a quick like ❤️ would mean a lot :)**
|
| 233 |
""")
|