Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -170,7 +170,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
| 170 |
with gr.Column():
|
| 171 |
with gr.Row():
|
| 172 |
cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=1.0)
|
| 173 |
-
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=
|
| 174 |
|
| 175 |
with gr.Row():
|
| 176 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)
|
|
|
|
| 170 |
with gr.Column():
|
| 171 |
with gr.Row():
|
| 172 |
cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=1.0)
|
| 173 |
+
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=5)
|
| 174 |
|
| 175 |
with gr.Row():
|
| 176 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)
|