prithivMLmods commited on
Commit
7cf8cfb
·
verified ·
1 Parent(s): 2bf2696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -310,7 +310,8 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
310
  with gr.Accordion("(Result.md)", open=False):
311
  markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
312
  model_choice = gr.Radio(
313
- choices=["Nanonets-OCR-s", "Qwen2-VL-OCR-2B", "RolmOCR-7B", "Lh41-1042-Magellanic-7B-0711", "Aya-Vision-8B"],
 
314
  label="Select Model",
315
  value="Nanonets-OCR-s"
316
  )
 
310
  with gr.Accordion("(Result.md)", open=False):
311
  markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
312
  model_choice = gr.Radio(
313
+ choices=["Nanonets-OCR-s", "Qwen2-VL-OCR-2B", "RolmOCR-7B",
314
+ "Lh41-1042-Magellanic-7B-0711", "Aya-Vision-8B"],
315
  label="Select Model",
316
  value="Nanonets-OCR-s"
317
  )