linoyts HF Staff commited on
Commit
d98bb89
·
verified ·
1 Parent(s): c7e36eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -493,7 +493,7 @@ with gr.Blocks(css="style.css") as demo:
493
  info="Make sure to include 'sks person'" ,
494
  placeholder="sks person",
495
  value="sks person")
496
- seed = gr.Number(value=5, label="Seed", precision=0, interactive=True)
497
 
498
 
499
  # Editing
 
493
  info="Make sure to include 'sks person'" ,
494
  placeholder="sks person",
495
  value="sks person")
496
+ seed = gr.Slider(minimum=0, maximum=np.iinfo(np.int32).max, label="Seed", interactive=True, randomize=True)
497
 
498
 
499
  # Editing