KingNish commited on
Commit
c52f232
1 Parent(s): 8c5574c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -223,6 +223,8 @@ with gr.Blocks() as demo:
223
  step=1,
224
  value=0,
225
  )
 
 
226
  width = gr.Slider(
227
  label="Width",
228
  minimum=256,
 
223
  step=1,
224
  value=0,
225
  )
226
+ randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
227
+ with gr.Row(visible=True):
228
  width = gr.Slider(
229
  label="Width",
230
  minimum=256,