merterbak commited on
Commit
6408eff
·
verified ·
1 Parent(s): 36c0f8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -222,6 +222,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
222
  gr.Markdown("""
223
  # 🚀 DeepSeek-OCR
224
  **Convert documents to markdown, extract raw text, and locate specific content with bounding boxes**
 
225
  *Hope this tool was helpful! If so, a quick ❤️ and share would mean a lot :)*
226
  """)
227
 
 
222
  gr.Markdown("""
223
  # 🚀 DeepSeek-OCR
224
  **Convert documents to markdown, extract raw text, and locate specific content with bounding boxes**
225
+
226
  *Hope this tool was helpful! If so, a quick ❤️ and share would mean a lot :)*
227
  """)
228