Update app.py
Browse files
app.py
CHANGED
@@ -603,8 +603,8 @@ 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='/gradio_api/file=title.png'>
|
607 |
-
<p style="font-size: 16px; max-width:
|
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>
|
610 |
<p style="font-size: 15px;">
|
|
|
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' width="160">
|
607 |
+
<p style="font-size: 16px; max-width: 800px; 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>
|
610 |
<p style="font-size: 15px;">
|