ovi054 commited on
Commit
68880c3
·
verified ·
1 Parent(s): bf0e257

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ with gr.Blocks(css=css) as app:
108
  value=0.95,
109
  )
110
  with gr.Row():
111
- width = gr.Slider(label="Width", value=1024, minimum=64, maximum=1216, step=8)
112
- height = gr.Slider(label="Height", value=1024, minimum=64, maximum=1216, step=8)
113
  seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=4294967296, step=1)
114
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
115
  with gr.Row():
 
108
  value=0.95,
109
  )
110
  with gr.Row():
111
+ width = gr.Slider(label="Width", value=1024, minimum=64, maximum=2048, step=8)
112
+ height = gr.Slider(label="Height", value=1024, minimum=64, maximum=2048, step=8)
113
  seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=4294967296, step=1)
114
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
115
  with gr.Row():