prithivMLmods commited on
Commit
e064f1b
·
verified ·
1 Parent(s): cb73066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -286,11 +286,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
286
  with gr.Column():
287
  with gr.Column(elem_classes="canvas-output"):
288
  gr.Markdown("## Output")
289
- output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=4, show_copy_button=True)
290
  with gr.Accordion("(Result.md)", open=False):
291
  markdown_output = gr.Markdown(label="(Result.Md)")
292
  model_choice = gr.Radio(
293
- choices=["openbmb/MiniCPM-V-4", "Lumian-VLR-7B-Thinking", "Typhoon-OCR-3B", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview"],
294
  label="Select Model",
295
  value="Lumian-VLR-7B-Thinking"
296
  )
 
286
  with gr.Column():
287
  with gr.Column(elem_classes="canvas-output"):
288
  gr.Markdown("## Output")
289
+ output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=3, show_copy_button=True)
290
  with gr.Accordion("(Result.md)", open=False):
291
  markdown_output = gr.Markdown(label="(Result.Md)")
292
  model_choice = gr.Radio(
293
+ choices=["Lumian-VLR-7B-Thinking", "openbmb/MiniCPM-V-4", "Typhoon-OCR-3B", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview"],
294
  label="Select Model",
295
  value="Lumian-VLR-7B-Thinking"
296
  )