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