prithivMLmods commited on
Commit
eecb779
·
verified ·
1 Parent(s): 89fdd2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -13
app.py CHANGED
@@ -375,21 +375,10 @@ def create_gradio_interface():
375
  with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
376
  gr.HTML("""
377
  <div class="title" style="text-align: center">
378
- <h1>🔍 Dot-OCR - Multilingual Document Text Extraction</h1>
379
  <p style="font-size: 1.1em; color: #6b7280; margin-bottom: 0.6em;">
380
- A state-of-the-art image/pdf-to-markdown vision language model for intelligent document processing
381
  </p>
382
- <div style="display: flex; justify-content: center; gap: 20px; margin: 15px 0;">
383
- <a href="https://huggingface.co/rednote-hilab/dots.ocr" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">
384
- 📚 Hugging Face Model
385
- </a>
386
- <a href="https://github.com/rednote-hilab/dots.ocr/blob/master/assets/blog.md" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">
387
- 📝 Release Blog
388
- </a>
389
- <a href="https://github.com/rednote-hilab/dots.ocr" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">
390
- 💻 GitHub Repository
391
- </a>
392
- </div>
393
  </div>
394
  """)
395
  with gr.Row():
 
375
  with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
376
  gr.HTML("""
377
  <div class="title" style="text-align: center">
378
+ <h1>dot.ocr vs dolphin🐬</h1>
379
  <p style="font-size: 1.1em; color: #6b7280; margin-bottom: 0.6em;">
380
+ Advanced vision-language model for image/PDF to markdown document processing
381
  </p>
 
 
 
 
 
 
 
 
 
 
 
382
  </div>
383
  """)
384
  with gr.Row():