alvanlii commited on
Commit
beea3fc
1 Parent(s): b734364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -119,7 +119,10 @@ def main():
119
 
120
  generate_button.click(
121
  fn=generate,
122
- inputs=[],
 
 
 
123
  outputs=[seed, edited_image_1],
124
  )
125
 
 
119
 
120
  generate_button.click(
121
  fn=generate,
122
+ inputs=[
123
+ input_image, from_text, instruction, negative_prompt, randomize_seed,
124
+ seed, guidance_scale, clip_guidance_scale, cutn, l2_sim_lambda
125
+ ],
126
  outputs=[seed, edited_image_1],
127
  )
128