prithivMLmods commited on
Commit
42bf962
·
verified ·
1 Parent(s): c2caf91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
297
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
298
  with gr.Accordion("(Result.md)", open=False):
299
  markdown_output = gr.Markdown(label="(Result.Md)")
300
- model_choice = gr.Radio(
301
  choices=[ "openbmb/MiniCPM-V-4", "Lumian-VLR-7B-Thinking", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview", "Typhoon-OCR-3B"],
302
  label="Select Model",
303
  value="openbmb/MiniCPM-V-4"
 
297
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
298
  with gr.Accordion("(Result.md)", open=False):
299
  markdown_output = gr.Markdown(label="(Result.Md)")
300
+ model_choice = gr.Dropdown(
301
  choices=[ "openbmb/MiniCPM-V-4", "Lumian-VLR-7B-Thinking", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview", "Typhoon-OCR-3B"],
302
  label="Select Model",
303
  value="openbmb/MiniCPM-V-4"