Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -419,7 +419,7 @@ caption_examples = [["examples/captions/1.JPG"],
|
|
| 419 |
|
| 420 |
with gr.Blocks(theme=orange_red_theme, css=css) as demo:
|
| 421 |
pdf_state = gr.State(value=get_initial_pdf_state())
|
| 422 |
-
gr.Markdown("# **
|
| 423 |
with gr.Row():
|
| 424 |
with gr.Column(scale=2):
|
| 425 |
with gr.Tabs():
|
|
@@ -485,7 +485,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 ---
|
|
|
|
| 419 |
|
| 420 |
with gr.Blocks(theme=orange_red_theme, css=css) as demo:
|
| 421 |
pdf_state = gr.State(value=get_initial_pdf_state())
|
| 422 |
+
gr.Markdown("# **Qwen3VL: Multimodal Outpost**", elem_id="main-title")
|
| 423 |
with gr.Row():
|
| 424 |
with gr.Column(scale=2):
|
| 425 |
with gr.Tabs():
|
|
|
|
| 485 |
"Qwen2.5-VL-3B-Instruct"
|
| 486 |
],
|
| 487 |
label="Select Model",
|
| 488 |
+
value="Qwen2.5-VL-7B-Instruct"
|
| 489 |
)
|
| 490 |
|
| 491 |
# --- Event Handlers ---
|