Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def generate_images(
|
|
91 |
with gr.Blocks(title="LightDiffusion Web UI") as demo:
|
92 |
gr.Markdown("# LightDiffusion Web UI")
|
93 |
gr.Markdown("Generate AI images using LightDiffusion")
|
94 |
-
gr.Markdown("")
|
95 |
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
|
|
91 |
with gr.Blocks(title="LightDiffusion Web UI") as demo:
|
92 |
gr.Markdown("# LightDiffusion Web UI")
|
93 |
gr.Markdown("Generate AI images using LightDiffusion")
|
94 |
+
gr.Markdown("This is the demo for LightDiffusion, the fastest diffusion backend for generating images. https://github.com/LightDiffusion/LightDiffusion-Next")
|
95 |
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|