Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -302,8 +302,8 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 302 |
with gr.Accordion("Advanced Settings", open=False, visible=False):
|
| 303 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
|
| 304 |
randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
|
| 305 |
-
guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=
|
| 306 |
-
steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=
|
| 307 |
|
| 308 |
# FIX: Correctly formatted inputs for gr.Gallery in Examples.
|
| 309 |
# Each example input corresponding to the Gallery component must be a LIST of images.
|
|
|
|
| 302 |
with gr.Accordion("Advanced Settings", open=False, visible=False):
|
| 303 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
|
| 304 |
randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
|
| 305 |
+
guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=1.0)
|
| 306 |
+
steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=4)
|
| 307 |
|
| 308 |
# FIX: Correctly formatted inputs for gr.Gallery in Examples.
|
| 309 |
# Each example input corresponding to the Gallery component must be a LIST of images.
|