root commited on
Commit
4362651
·
1 Parent(s): 27cf3bf

add moveImageFromGallery

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -415,7 +415,7 @@ if __name__ == "__main__":
415
  )
416
  output_txt2img_copy_to_input_btn.click(
417
  uifn.copy_img_to_input,
418
- [gallery],
419
  [img2img_image_editor, img2img_image_mask, tabs],
420
  )
421
 
 
415
  )
416
  output_txt2img_copy_to_input_btn.click(
417
  uifn.copy_img_to_input,
418
+ gallery,
419
  [img2img_image_editor, img2img_image_mask, tabs],
420
  )
421