Spaces:
Running
on
Zero
Running
on
Zero
upload 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():
|
|
|
|
| 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("# **Qwen3-VL-Outpost**", elem_id="main-title")
|
| 423 |
with gr.Row():
|
| 424 |
with gr.Column(scale=2):
|
| 425 |
with gr.Tabs():
|