tyfeld commited on
Commit
b9f04f8
Β·
verified Β·
1 Parent(s): 3032a78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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("Interactively explore the step-by-step generation process of a diffusion language model. "
598
- "The model begins with a fully masked sequence (except for the prompt) and progressively refines it by unmasking tokens.")
599
- gr.Markdown("### Select Model")
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",