AlekseyCalvin commited on
Commit
dc21349
·
verified ·
1 Parent(s): 68e2beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
173
  steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=6)
174
 
175
  with gr.Row():
176
- width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)
177
  height = gr.Slider(label="Height", minimum=256, maximum=1536, step=64, value=1024)
178
 
179
  with gr.Row():
 
173
  steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=6)
174
 
175
  with gr.Row():
176
+ width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)
177
  height = gr.Slider(label="Height", minimum=256, maximum=1536, step=64, value=1024)
178
 
179
  with gr.Row():