Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
277 |
model_choice = gr.Radio(
|
278 |
choices=["DREX-062225-8B-exp", "VIREX-062225-8B-exp", "Typhoon-OCR-3B", "olmOCR-7B-0225"],
|
279 |
label="Select Model",
|
280 |
-
value="DREX-062225-exp"
|
281 |
)
|
282 |
|
283 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Doc-VLMs/discussions)")
|
|
|
277 |
model_choice = gr.Radio(
|
278 |
choices=["DREX-062225-8B-exp", "VIREX-062225-8B-exp", "Typhoon-OCR-3B", "olmOCR-7B-0225"],
|
279 |
label="Select Model",
|
280 |
+
value="DREX-062225-8B-exp"
|
281 |
)
|
282 |
|
283 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Doc-VLMs/discussions)")
|