Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
27cf3bf
1
Parent(s):
eaa9b33
add moveImageFromGallery
Browse files
app.py
CHANGED
@@ -407,7 +407,7 @@ if __name__ == "__main__":
|
|
407 |
|
408 |
output_txt2img_copy_to_input_btn.click(
|
409 |
uifn.copy_img_to_input,
|
410 |
-
|
411 |
[img2img_image_editor, img2img_image_mask, tabs],
|
412 |
_js=call_JS("moveImageFromGallery",
|
413 |
fromId="txt2img_gallery_output",
|
|
|
407 |
|
408 |
output_txt2img_copy_to_input_btn.click(
|
409 |
uifn.copy_img_to_input,
|
410 |
+
gallery,
|
411 |
[img2img_image_editor, img2img_image_mask, tabs],
|
412 |
_js=call_JS("moveImageFromGallery",
|
413 |
fromId="txt2img_gallery_output",
|