radames commited on
Commit
3a52a69
1 Parent(s): 5e7f076

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css=css) as demo:
112
  with gr.Column(elem_id="container"):
113
  gr.Markdown(
114
  """# SDXL in 4 steps with Latent Consistency LoRAs
115
- SDXL is loaded with a LCM-LoRA, giving it the super power of doing inference in as little as 4 steps. [Learn more on our blog](#) or [technical report](#).
116
  """,
117
  elem_id="intro",
118
  )
 
112
  with gr.Column(elem_id="container"):
113
  gr.Markdown(
114
  """# SDXL in 4 steps with Latent Consistency LoRAs
115
+ SDXL is loaded with a LCM-LoRA, giving it the super power of doing inference in as little as 4 steps. [Learn more on our blog](https://huggingface.co/blog/lcm_lora) or [technical report](https://huggingface.co/papers/2311.05556).
116
  """,
117
  elem_id="intro",
118
  )