Aatricks commited on
Commit
217f34e
·
verified ·
1 Parent(s): 8e4b5fb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():