IDKiro commited on
Commit
3534e0b
1 Parent(s): d166122

Update app.py

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