Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -331,11 +331,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
331 |
#download_btn = gr.Button("Download Result.md")
|
332 |
|
333 |
model_choice = gr.Radio(choices=[
|
334 |
-
|
335 |
-
|
336 |
],
|
337 |
label="Select Model",
|
338 |
-
value="
|
339 |
|
340 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-VLMs-5x/discussions)")
|
341 |
gr.Markdown("> [MonkeyOCR-1.2B-0709](https://huggingface.co/echo840/MonkeyOCR-1.2B-0709): MonkeyOCR adopts a structure-recognition-relation (SRR) triplet paradigm, which simplifies the multi-tool pipeline of modular approaches while avoiding the inefficiency of using large multimodal models for full-page document processing.")
|
|
|
331 |
#download_btn = gr.Button("Download Result.md")
|
332 |
|
333 |
model_choice = gr.Radio(choices=[
|
334 |
+
"Vision-Matters-7B", "R1-Onevision-7B",
|
335 |
+
"ViGaL-7B", "MonkeyOCR-1.2B-0709", "Visionary-R1-3B"
|
336 |
],
|
337 |
label="Select Model",
|
338 |
+
value="Vision-Matters-7B")
|
339 |
|
340 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-VLMs-5x/discussions)")
|
341 |
gr.Markdown("> [MonkeyOCR-1.2B-0709](https://huggingface.co/echo840/MonkeyOCR-1.2B-0709): MonkeyOCR adopts a structure-recognition-relation (SRR) triplet paradigm, which simplifies the multi-tool pipeline of modular approaches while avoiding the inefficiency of using large multimodal models for full-page document processing.")
|