prithivMLmods commited on
Commit
64a753b
·
verified ·
1 Parent(s): 8394b82

Update app.py

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