dolbohren commited on
Commit
7d7e59b
·
verified ·
1 Parent(s): ebbfbc7

Update app.py

Browse files

Try to fix seed randomizer

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css=css) as demo:
113
  value=0,
114
  )
115
 
116
- randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
117
 
118
  with gr.Row():
119
  width = gr.Slider(
 
113
  value=0,
114
  )
115
 
116
+ randomize_seed = gr.Checkbox(label="Randomize seed", value=False)
117
 
118
  with gr.Row():
119
  width = gr.Slider(