prithivMLmods commited on
Commit
f97523c
·
verified ·
1 Parent(s): 17572f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
258
  with gr.Column():
259
  output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
260
  model_choice = gr.Radio(
261
- choices=["docscopeOCR-7B-050425-exp", "coreOCR-7B-050325-preview", "MonkeyOCR"],
262
  label="Select Model",
263
  value="docscopeOCR-7B-050425-exp"
264
  )
 
258
  with gr.Column():
259
  output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
260
  model_choice = gr.Radio(
261
+ choices=["docscopeOCR-7B-050425-exp", "MonkeyOCR", "coreOCR-7B-050325-preview"],
262
  label="Select Model",
263
  value="docscopeOCR-7B-050425-exp"
264
  )