Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -234,12 +234,12 @@ def main():
|
|
| 234 |
|
| 235 |
gr.HTML("""
|
| 236 |
<div class="header-text">
|
| 237 |
-
<h1>π
|
| 238 |
-
<p style="font-size: 1.1em; color: #6b7280;">An advanced Vision Language Model to parse documents and images into clean
|
| 239 |
<div style="display: flex; justify-content: center; gap: 20px; margin: 15px 0;">
|
| 240 |
-
<a href="https://huggingface.co/
|
| 241 |
-
<a href="https://github.com/
|
| 242 |
-
<a href="https://
|
| 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 |
""")
|