Spaces:
Paused
Paused
Commit
·
e9f4989
1
Parent(s):
5366491
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 134 |
seed = gr.Slider(
|
| 135 |
randomize=True, minimum=0, maximum=12013012031030, label="Seed", step=1
|
| 136 |
)
|
| 137 |
-
with gr.
|
| 138 |
gr.Markdown('''## Running LCM-LoRAs it with `diffusers`
|
| 139 |
```bash
|
| 140 |
pip install diffusers==0.23.0
|
|
|
|
| 134 |
seed = gr.Slider(
|
| 135 |
randomize=True, minimum=0, maximum=12013012031030, label="Seed", step=1
|
| 136 |
)
|
| 137 |
+
with gr.Accordion("Run with diffusers"):
|
| 138 |
gr.Markdown('''## Running LCM-LoRAs it with `diffusers`
|
| 139 |
```bash
|
| 140 |
pip install diffusers==0.23.0
|