PeterL1n commited on
Commit
e9028a2
1 Parent(s): 2a8c2d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def generate_image(prompt, ckpt):
78
 
79
  with gr.Blocks(css="style.css") as demo:
80
  gr.HTML("<h1><center>SDXL-Lightning ⚡</center></h1>")
81
- gr.HTML("<p>Lightning-fast text-to-image generation</p><p><a href='https://huggingface.co/ByteDance/SDXL-Lightning'>https://huggingface.co/ByteDance/SDXL-Lightning</a></p>")
82
  with gr.Group():
83
  with gr.Row():
84
  prompt = gr.Textbox(label='Enter you image prompt', scale=8)
 
78
 
79
  with gr.Blocks(css="style.css") as demo:
80
  gr.HTML("<h1><center>SDXL-Lightning ⚡</center></h1>")
81
+ gr.HTML("<p><center>Lightning-fast text-to-image generation</center></p><p><center><a href='https://huggingface.co/ByteDance/SDXL-Lightning'>https://huggingface.co/ByteDance/SDXL-Lightning</a></center></p>")
82
  with gr.Group():
83
  with gr.Row():
84
  prompt = gr.Textbox(label='Enter you image prompt', scale=8)