prithivMLmods commited on
Commit
673b1f9
·
verified ·
1 Parent(s): 2ddb649

upload app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# **Qwen3VL: Multimodal Outpost**", elem_id="main-title")
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():