Spaces:
Paused
Paused
update app.py
Browse files
app.py
CHANGED
@@ -441,13 +441,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
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():
|
453 |
with gr.Column(scale=3):
|
|
|
441 |
gr.Markdown("# 🌊 HiDream Arena by WaveSpeedAI")
|
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():
|
453 |
with gr.Column(scale=3):
|