prithivMLmods commited on
Commit
97cc872
·
verified ·
1 Parent(s): 2f9c9b9

Update app.py

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