yulu2 commited on
Commit
3b9d8da
1 Parent(s): 8987d55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -156,7 +156,12 @@ def main():
156
 
157
  load_button.click(
158
  fn=load_example,
159
- inputs=[seed, randomize_seed],
 
 
 
 
 
160
  outputs=[input_image, instruction, seed, text_cfg_scale, image_cfg_scale, edited_image],
161
  )
162
  generate_button.click(
 
156
 
157
  load_button.click(
158
  fn=load_example,
159
+ inputs=[
160
+ seed,
161
+ randomize_seed,
162
+ text_cfg_scale,
163
+ image_cfg_scale,
164
+ ],
165
  outputs=[input_image, instruction, seed, text_cfg_scale, image_cfg_scale, edited_image],
166
  )
167
  generate_button.click(