Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,7 @@ examples = [
|
|
75 |
|
76 |
with gr.Blocks(css="style.css") as demo:
|
77 |
gr.Markdown("# SDXS-512-DreamShaper")
|
|
|
78 |
with gr.Group():
|
79 |
with gr.Row():
|
80 |
with gr.Column(min_width=685):
|
|
|
75 |
|
76 |
with gr.Blocks(css="style.css") as demo:
|
77 |
gr.Markdown("# SDXS-512-DreamShaper")
|
78 |
+
gr.Markdown("[SDXS: Real-Time One-Step Latent Diffusion Models with Image Conditions](https://arxiv.org/abs/2403.16627) | [GitHub](https://github.com/IDKiro/sdxs)")
|
79 |
with gr.Group():
|
80 |
with gr.Row():
|
81 |
with gr.Column(min_width=685):
|