merterbak commited on
Commit
64baed0
·
verified ·
1 Parent(s): 8889104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """)