prithivMLmods commited on
Commit
bb95657
·
verified ·
1 Parent(s): 0e22356

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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/thailand.jpg"],
386
- ["https://huggingface.co/datasets/merve/vlm_test_images/resolve/main/candy.JPG"]]
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-Demo**", elem_id="main-title")
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():