awacke1 commited on
Commit
660eabc
1 Parent(s): c6c1dd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -97,9 +97,7 @@ css = """
97
  with gr.Blocks(css=css) as demo:
98
  with gr.Column(elem_id="container"):
99
  gr.Markdown(
100
- """# SD1.5 Latent Consistency LoRAs
101
- SD1.5 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](#).
102
- """,
103
  elem_id="intro",
104
  )
105
  with gr.Row():
 
97
  with gr.Blocks(css=css) as demo:
98
  with gr.Column(elem_id="container"):
99
  gr.Markdown(
100
+ """### 🕹️ Stable Diffusion 1.5 - Real Time 🎨Image Generation Using 🌐 Latent Consistency LoRAs""",
 
 
101
  elem_id="intro",
102
  )
103
  with gr.Row():