Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"""
|
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():
|