Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
331 |
|
332 |
model_choice = gr.Radio(choices=[
|
333 |
"Vision-Matters-7B", "MonkeyOCR-1.2B-0709",
|
334 |
-
"ViGaL-7B", "Visionary-R1-3B",
|
335 |
],
|
336 |
label="Select Model",
|
337 |
value="Vision-Matters-7B")
|
|
|
331 |
|
332 |
model_choice = gr.Radio(choices=[
|
333 |
"Vision-Matters-7B", "MonkeyOCR-1.2B-0709",
|
334 |
+
"ViGaL-7B", "Visionary-R1-3B", "R1-Onevision-7B"
|
335 |
],
|
336 |
label="Select Model",
|
337 |
value="Vision-Matters-7B")
|