prithivMLmods commited on
Commit
b34f4aa
·
verified ·
1 Parent(s): e5e4287

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=["VIREX-062225-exp", "DREX-062225-exp", "olmOCR-7B-0225"],
255
  label="Select Model",
256
- value="VIREX-062225-exp"
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)")