chengzeyi commited on
Commit
907793c
·
1 Parent(s): b3b6622

fix introduction

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -438,15 +438,15 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
438
  session_id = gr.State(None) # Add this to store session ID
439
  # session_id = gr.BrowserState()(None) # Add this to store session ID
440
 
441
- gr.Markdown("# 🌊 WaveSpeedAI HiDream Arena")
442
 
443
  # Add the introduction with link to WaveSpeedAI
444
  gr.Markdown("""
445
- [WaveSpeedAI](https://wavespeed.ai/) is the global pioneer in accelerating AI-powered video and image generation.
446
- Our in-house inference accelerator provides lossless speedup on image & video generation based on our rich inference optimization software stack, including our in-house inference compiler, CUDA kernel libraries and parallel computing libraries.
447
  """)
448
  gr.Markdown("""
449
- This demo showcases the performance and outputs of leading image generation models, including HiDream and Flux, on our accelerated inference platform.
 
450
  """)
451
 
452
  with gr.Row():
 
438
  session_id = gr.State(None) # Add this to store session ID
439
  # session_id = gr.BrowserState()(None) # Add this to store session ID
440
 
441
+ gr.Markdown("# 🌊 HiDream Arena by WaveSpeedAI")
442
 
443
  # Add the introduction with link to WaveSpeedAI
444
  gr.Markdown("""
445
+ This demo showcases the performance and outputs of leading image generation models, including HiDream and Flux, on our accelerated inference platform.
 
446
  """)
447
  gr.Markdown("""
448
+ [WaveSpeedAI](https://wavespeed.ai/) is the global pioneer in accelerating AI-powered video and image generation.
449
+ Our in-house inference accelerator provides lossless speedup on image & video generation based on our rich inference optimization software stack, including our in-house inference compiler, CUDA kernel libraries and parallel computing libraries.
450
  """)
451
 
452
  with gr.Row():