Update app.py
Browse files
app.py
CHANGED
|
@@ -593,10 +593,10 @@ with gr.Blocks(css=css_styles, theme=theme) as demo:
|
|
| 593 |
# with gr.Blocks() as demo:
|
| 594 |
thinking_mode_lm = gr.State(False)
|
| 595 |
thinking_mode_mmu = gr.State(False)
|
| 596 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 20px;'>MMaDA </h1>")
|
| 597 |
-
gr.Markdown("
|
| 598 |
-
|
| 599 |
-
gr.Markdown("
|
| 600 |
with gr.Row():
|
| 601 |
model_select_radio = gr.Radio(
|
| 602 |
label="Select Text Generation Model",
|
|
|
|
| 593 |
# with gr.Blocks() as demo:
|
| 594 |
thinking_mode_lm = gr.State(False)
|
| 595 |
thinking_mode_mmu = gr.State(False)
|
| 596 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 20px;'>MMaDA: Multimodal Large Diffusion Language Models</h1>")
|
| 597 |
+
gr.Markdown("MMaDA is a novel class of multimodal diffusion foundation models designed to achieve superior performance across diverse domains such as textual reasoning, multimodal understanding, and text-to-image generation")
|
| 598 |
+
gr.Markdown("Github: [Gen-Verse/MMaDA](https://github.com/Gen-Verse/MMaDA)")
|
| 599 |
+
gr.Markdown("Paper: [MMaDA: Multimodal Large Diffusion Language Models]()")
|
| 600 |
with gr.Row():
|
| 601 |
model_select_radio = gr.Radio(
|
| 602 |
label="Select Text Generation Model",
|