multimodalart HF staff commited on
Commit
8205b3e
1 Parent(s): 360c2cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
124
  with gr.Column(elem_id="container"):
125
  gr.Markdown(
126
  """# Ultra-Fast SDXL with Latent Consistency LoRA
127
- In this Space, SDXL is loaded with a latent consistency LoRA, giving it the super power of doing inference in as little as 4 steps. [Learn more on our blog](#) or [technical report](#).
128
  """,
129
  elem_id="intro",
130
  )
 
124
  with gr.Column(elem_id="container"):
125
  gr.Markdown(
126
  """# Ultra-Fast SDXL with Latent Consistency LoRA
127
+ 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](#).
128
  """,
129
  elem_id="intro",
130
  )