Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -382,12 +382,12 @@ pdf_examples = [["Extract the content precisely.", "examples/pdfs/doc1.pdf"],
|
|
| 382 |
["Analyze and provide a short report.", "examples/pdfs/doc2.pdf"]]
|
| 383 |
gif_examples = [["Describe this GIF.", "examples/gifs/1.gif"],
|
| 384 |
["Describe this GIF.", "examples/gifs/2.gif"]]
|
| 385 |
-
caption_examples = [["https://huggingface.co/datasets/merve/vlm_test_images/resolve/main/
|
| 386 |
-
["
|
| 387 |
|
| 388 |
with gr.Blocks(theme=thistle_theme, css=css) as demo:
|
| 389 |
pdf_state = gr.State(value=get_initial_pdf_state())
|
| 390 |
-
gr.Markdown("# **Qwen-3VL
|
| 391 |
with gr.Row():
|
| 392 |
with gr.Column(scale=2):
|
| 393 |
with gr.Tabs():
|
|
|
|
| 382 |
["Analyze and provide a short report.", "examples/pdfs/doc2.pdf"]]
|
| 383 |
gif_examples = [["Describe this GIF.", "examples/gifs/1.gif"],
|
| 384 |
["Describe this GIF.", "examples/gifs/2.gif"]]
|
| 385 |
+
caption_examples = [["https://huggingface.co/datasets/merve/vlm_test_images/resolve/main/candy.JPG"],
|
| 386 |
+
["examples/captions/2.png"], ["examples/captions/3.png"]]
|
| 387 |
|
| 388 |
with gr.Blocks(theme=thistle_theme, css=css) as demo:
|
| 389 |
pdf_state = gr.State(value=get_initial_pdf_state())
|
| 390 |
+
gr.Markdown("# **Qwen-3VL: Multimodal**", elem_id="main-title")
|
| 391 |
with gr.Row():
|
| 392 |
with gr.Column(scale=2):
|
| 393 |
with gr.Tabs():
|