merterbak commited on
Commit
f2a3a53
·
verified ·
1 Parent(s): a9df03e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -219,7 +219,11 @@ def load_image(file_path):
219
  return Image.open(file_path)
220
 
221
  with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
222
- gr.Markdown("# 🚀 DeepSeek-OCR\n**Convert documents to markdown, extract raw text, and locate specific content with bounding boxes**")
 
 
 
 
223
 
224
  with gr.Row():
225
  with gr.Column(scale=1):
 
219
  return Image.open(file_path)
220
 
221
  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
 
228
  with gr.Row():
229
  with gr.Column(scale=1):