Update app.py
Browse files
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=
|
| 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>
|