prithivMLmods commited on
Commit
85a8004
Β·
verified Β·
1 Parent(s): 5948b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -234,12 +234,12 @@ def main():
234
 
235
  gr.HTML("""
236
  <div class="header-text">
237
- <h1>πŸ“„ Logics-Parsing: Document Parsing VLM</h1>
238
- <p style="font-size: 1.1em; color: #6b7280;">An advanced Vision Language Model to parse documents and images into clean HTML and Markdown.</p>
239
  <div style="display: flex; justify-content: center; gap: 20px; margin: 15px 0;">
240
- <a href="https://huggingface.co/Logics-MLLM/Logics-Parsing" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">πŸ€— Model Page</a>
241
- <a href="https://github.com/alibaba/Logics-Parsing" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">πŸ’» GitHub</a>
242
- <a href="https://arxiv.org/abs/2509.19760" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">πŸ“ Arxiv Paper</a>
243
  </div>
244
  </div>
245
  """)
 
234
 
235
  gr.HTML("""
236
  <div class="header-text">
237
+ <h1>πŸ“„ Multimodal: VLM Parsing</h1>
238
+ <p style="font-size: 1.1em; color: #6b7280;">An advanced Vision Language Model to parse documents and images into clean Markdown(.md)</p>
239
  <div style="display: flex; justify-content: center; gap: 20px; margin: 15px 0;">
240
+ <a href="https://huggingface.co/collections/prithivMLmods/mm-vlm-parsing-68e33e52bfb9ae60b50602dc" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">πŸ€— Model Info</a>
241
+ <a href="https://github.com/PRITHIVSAKTHIUR/VLM-Parsing" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">πŸ’» GitHub</a>
242
+ <a href="https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending" target="_blank" style="text-decoration: none; color: #2563eb; font-weight: 500;">πŸ“ Multimodal VLMs</a>
243
  </div>
244
  </div>
245
  """)