hyeoncho01 commited on
Commit
3d1192b
·
1 Parent(s): fc3c9e4

rdn_box_false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(css=css) as demo:
145
  seed = gr.Slider(
146
  label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=SEED_MAP["SDXL"]
147
  )
148
- randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
149
  with gr.Row():
150
  width = gr.Slider(
151
  label="Width", minimum=256, maximum=1024, step=64, value=RESOLUTION_MAP["SDXL"]
 
145
  seed = gr.Slider(
146
  label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=SEED_MAP["SDXL"]
147
  )
148
+ randomize_seed = gr.Checkbox(label="Randomize seed", value=False)
149
  with gr.Row():
150
  width = gr.Slider(
151
  label="Width", minimum=256, maximum=1024, step=64, value=RESOLUTION_MAP["SDXL"]