Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
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)"
|
| 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="
|
| 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 ---
|