Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -247,9 +247,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
247 |
with gr.Column():
|
248 |
output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
|
249 |
model_choice = gr.Radio(
|
250 |
-
choices=["
|
251 |
label="Select Model",
|
252 |
-
value="
|
253 |
)
|
254 |
|
255 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Doc-VLMs/discussions)")
|
|
|
247 |
with gr.Column():
|
248 |
output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
|
249 |
model_choice = gr.Radio(
|
250 |
+
choices=["VIREX-062225-exp", "DREX-062225-exp", "olmOCR-7B-0225"],
|
251 |
label="Select Model",
|
252 |
+
value="VIREX-062225-exp"
|
253 |
)
|
254 |
|
255 |
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Doc-VLMs/discussions)")
|