ariG23498 HF staff linoyts HF staff commited on
Commit
8a02bda
·
verified ·
1 Parent(s): 377151c

smol fix (#4)

Browse files

- smol fix (d473a4f1568051312ea78eec4f89731f1a0fe876)


Co-authored-by: Linoy Tsaban <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,6 +70,7 @@ def launch_app():
70
  label="Your edit prompt",
71
  placeholder="e.g. 'Turn the color of the mushroom to blue'"
72
  )
 
73
  randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
74
  generate_button = gr.Button("Generate")
75
 
 
70
  label="Your edit prompt",
71
  placeholder="e.g. 'Turn the color of the mushroom to blue'"
72
  )
73
+ seed = gr.Slider(0, MAX_SEED, label="Seed", value=0, step=1)
74
  randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
75
  generate_button = gr.Button("Generate")
76