Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
173 |
[(item["image"], item["title"]) for item in loras],
|
174 |
label="Jax Model Variants",
|
175 |
allow_preview=False,
|
176 |
-
columns=
|
177 |
elem_id="gallery"
|
178 |
)
|
179 |
|
@@ -185,7 +185,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
185 |
with gr.Column():
|
186 |
with gr.Row():
|
187 |
cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=0.5, value=3.0)
|
188 |
-
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=
|
189 |
|
190 |
with gr.Row():
|
191 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)
|
|
|
173 |
[(item["image"], item["title"]) for item in loras],
|
174 |
label="Jax Model Variants",
|
175 |
allow_preview=False,
|
176 |
+
columns=3,
|
177 |
elem_id="gallery"
|
178 |
)
|
179 |
|
|
|
185 |
with gr.Column():
|
186 |
with gr.Row():
|
187 |
cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=0.5, value=3.0)
|
188 |
+
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=10)
|
189 |
|
190 |
with gr.Row():
|
191 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)
|