merterbak commited on
Commit
d073745
·
verified ·
1 Parent(s): 99e70d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -221,9 +221,9 @@ def load_image(file_path):
221
  with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
222
  gr.Markdown("""
223
  # 🚀 DeepSeek-OCR Demo
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():
 
221
  with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
222
  gr.Markdown("""
223
  # 🚀 DeepSeek-OCR Demo
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():