prithivMLmods commited on
Commit
1a0eb47
·
verified ·
1 Parent(s): f8a6248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
268
  with gr.Accordion("(Result.md)", open=False):
269
  markdown_output = gr.Markdown(label="(Result.md)")
270
  model_choice = gr.Radio(
271
- choices=["Camel-Doc-OCR-062825", "Video-MTR", "MinerU2.5-2509", "ViLaSR-7B"],
272
  label="Select Model",
273
  value="Camel-Doc-OCR-062825"
274
  )
 
268
  with gr.Accordion("(Result.md)", open=False):
269
  markdown_output = gr.Markdown(label="(Result.md)")
270
  model_choice = gr.Radio(
271
+ choices=["Camel-Doc-OCR-062825", "MinerU2.5-2509", "Video-MTR", "ViLaSR-7B"],
272
  label="Select Model",
273
  value="Camel-Doc-OCR-062825"
274
  )