Keltezaa commited on
Commit
2ba5876
·
verified ·
1 Parent(s): ac2913f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -628,7 +628,7 @@ with gr.Blocks(css=css, delete_cache=(60, 60)) as app:
628
  with gr.Row():
629
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
630
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
631
- )
632
 
633
  gallery.select(
634
  update_selection,
 
628
  with gr.Row():
629
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
630
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
631
+
632
 
633
  gallery.select(
634
  update_selection,