prithivMLmods commited on
Commit
84b3ace
·
verified ·
1 Parent(s): 741065a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
288
  #download_btn = gr.Button("Download Result.md"
289
 
290
  model_choice = gr.Radio(
291
- choices=["DREX-062225-7B-exp", "Lumian-VLR-7B-Thinking", "olmOCR-7B-0225-preview", "Typhoon-OCR-3B"],
292
  label="Select Model",
293
  value="DREX-062225-7B-exp"
294
  )
 
288
  #download_btn = gr.Button("Download Result.md"
289
 
290
  model_choice = gr.Radio(
291
+ choices=["Lumian-VLR-7B-Thinking", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview", "Typhoon-OCR-3B"],
292
  label="Select Model",
293
  value="DREX-062225-7B-exp"
294
  )