prithivMLmods commited on
Commit
8ff9ecc
·
verified ·
1 Parent(s): f1f295b

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -471,10 +471,7 @@ with gr.Blocks(theme=orange_red_theme, css=css) as demo:
471
  gr.Markdown("## Output", elem_id="output-title")
472
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=12, show_copy_button=True)
473
  with gr.Accordion("(Result.md)", open=False):
474
- markdown_output = gr.Markdown(label="(Result.Md)", latex_delimiters=[
475
- {"left": "$$", "right": "$$", "display": True},
476
- {"left": "$", "right": "$", "display": False}
477
- ])
478
 
479
  model_choice = gr.Radio(
480
  choices=[
@@ -485,7 +482,7 @@ with gr.Blocks(theme=orange_red_theme, css=css) as demo:
485
  "Qwen2.5-VL-3B-Instruct"
486
  ],
487
  label="Select Model",
488
- value="Qwen3-VL-4B-Instruct"
489
  )
490
 
491
  # --- Event Handlers ---
 
471
  gr.Markdown("## Output", elem_id="output-title")
472
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=12, show_copy_button=True)
473
  with gr.Accordion("(Result.md)", open=False):
474
+ markdown_output = gr.Markdown(label="(Result.Md)")
 
 
 
475
 
476
  model_choice = gr.Radio(
477
  choices=[
 
482
  "Qwen2.5-VL-3B-Instruct"
483
  ],
484
  label="Select Model",
485
+ value="Qwen2.5-VL-7B-Instruct"
486
  )
487
 
488
  # --- Event Handlers ---