tyfeld commited on
Commit
8cb08bf
·
verified ·
1 Parent(s): 5a231a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -603,7 +603,7 @@ with gr.Blocks(css=css_styles, theme=theme) as demo:
603
  # gr.Markdown("Paper: [MMaDA: Multimodal Large Diffusion Language Models]()")
604
  gr.HTML("""
605
  <div align="center" style="margin-bottom: 20px;">
606
- <img src="figs/title.png" width="180"/>
607
  <p style="font-size: 16px; max-width: 600px; margin: 5px auto;">
608
  MMaDA is a new class of multimodal diffusion foundation models, enabling state-of-the-art performance in reasoning, multimodal understanding, and text-to-image generation.
609
  </p>
 
603
  # gr.Markdown("Paper: [MMaDA: Multimodal Large Diffusion Language Models]()")
604
  gr.HTML("""
605
  <div align="center" style="margin-bottom: 20px;">
606
+ <img src='/gradio_api/file=title.png'>
607
  <p style="font-size: 16px; max-width: 600px; margin: 5px auto;">
608
  MMaDA is a new class of multimodal diffusion foundation models, enabling state-of-the-art performance in reasoning, multimodal understanding, and text-to-image generation.
609
  </p>