prithivMLmods commited on
Commit
d61fe57
·
verified ·
1 Parent(s): c0d8624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,7 +353,7 @@ 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", , "typhoon-ocr-7b", "MonkeyOCR-Recognition"],
357
  label="Select Model",
358
  value="Nanonets-OCR-s"
359
  )
 
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", "typhoon-ocr-7b", "MonkeyOCR-Recognition"],
357
  label="Select Model",
358
  value="Nanonets-OCR-s"
359
  )