Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(css=css) as dalle:
|
|
168 |
with gr.Row():
|
169 |
method = gr.Radio(label="Sampling method", value="DPM++ 2M Karras", choices=["DPM++ 2M Karras", "DPM++ SDE Karras", "Euler", "Euler a", "Heun", "DDIM"])
|
170 |
with gr.Row():
|
171 |
-
strength = gr.Slider(label="Strength", value=0.7, minimum=0, maximum=1, step=1)
|
172 |
with gr.Row():
|
173 |
seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
|
174 |
with gr.Row():
|
|
|
168 |
with gr.Row():
|
169 |
method = gr.Radio(label="Sampling method", value="DPM++ 2M Karras", choices=["DPM++ 2M Karras", "DPM++ SDE Karras", "Euler", "Euler a", "Heun", "DDIM"])
|
170 |
with gr.Row():
|
171 |
+
strength = gr.Slider(label="Strength", value=0.7, minimum=0, maximum=1, step=0.1)
|
172 |
with gr.Row():
|
173 |
seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
|
174 |
with gr.Row():
|