prithivMLmods commited on
Commit
6d276ee
·
verified ·
1 Parent(s): a154210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -357,7 +357,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
357
  with gr.Column():
358
  output = gr.Textbox(label="Output", interactive=False, lines=3, scale=2)
359
  model_choice = gr.Radio(
360
- choices=["SmolDocling-256M-preview", "Nanonets-OCR-s", "MonkeyOCR-Recognition", "Typhoon-OCR-7B"],
361
  label="Select Model",
362
  value="Nanonets-OCR-s"
363
  )
 
357
  with gr.Column():
358
  output = gr.Textbox(label="Output", interactive=False, lines=3, scale=2)
359
  model_choice = gr.Radio(
360
+ choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],
361
  label="Select Model",
362
  value="Nanonets-OCR-s"
363
  )