Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -303,11 +303,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
303 |
value="Lumian-VLR-7B-Thinking"
|
304 |
)
|
305 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-VLM-Thinking/discussions)")
|
306 |
-
gr.Markdown(">
|
307 |
-
gr.Markdown(">
|
308 |
-
gr.Markdown(">
|
309 |
-
gr.Markdown("> **Typhoon-ocr-3b** is a 3B parameter OCR model optimized for efficient and accurate optical character recognition in challenging conditions.")
|
310 |
-
gr.Markdown("> **DREX-062225-exp** is an experimental multimodal model emphasizing strong document reading and extraction capabilities combined with vision-language understanding to support detailed document parsing and reasoning tasks.")
|
311 |
gr.Markdown("> ⚠️ Note: Video inference performance can vary significantly between models.")
|
312 |
|
313 |
image_submit.click(
|
@@ -322,4 +320,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
322 |
)
|
323 |
|
324 |
if __name__ == "__main__":
|
325 |
-
demo.queue(max_size=
|
|
|
303 |
value="Lumian-VLR-7B-Thinking"
|
304 |
)
|
305 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-VLM-Thinking/discussions)")
|
306 |
+
gr.Markdown("> MiniCPM-V 4.0 is the latest efficient model in the MiniCPM-V series. The model is built based on SigLIP2-400M and MiniCPM4-3B with a total of 4.1B parameters. It inherits the strong single-image, multi-image and video understanding performance of MiniCPM-V 2.6 with largely improved efficiency. Lumian-VLR-7B-Thinking is a high-fidelity vision-language reasoning model built on Qwen2.5-VL-7B-Instruct, designed for fine-grained multimodal understanding, video reasoning, and document comprehension through explicit grounded reasoning.")
|
307 |
+
gr.Markdown("> olmOCR-7B-0225-preview is a 7B parameter open large model designed for OCR tasks with robust text extraction, especially in complex document layouts. Typhoon-ocr-3b is a 3B parameter OCR model optimized for efficient and accurate optical character recognition in challenging conditions.")
|
308 |
+
gr.Markdown("> DREX-062225-exp is an experimental multimodal model emphasizing strong document reading and extraction capabilities combined with vision-language understanding to support detailed document parsing and reasoning tasks.")
|
|
|
|
|
309 |
gr.Markdown("> ⚠️ Note: Video inference performance can vary significantly between models.")
|
310 |
|
311 |
image_submit.click(
|
|
|
320 |
)
|
321 |
|
322 |
if __name__ == "__main__":
|
323 |
+
demo.queue(max_size=50).launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)
|