Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|