AlekseyCalvin commited on
Commit
c4e078a
·
verified ·
1 Parent(s): f78257f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -842,7 +842,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
842
 
843
  with gr.Row():
844
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
845
- seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
846
  lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=0.95)
847
 
848
  gallery.select(
 
842
 
843
  with gr.Row():
844
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
845
+ seed = gr.Slider(label="Seed", minimum=0, maximum=2**32-1, step=1, value=0, randomize=True)
846
  lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=0.95)
847
 
848
  gallery.select(