We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c66c6a commit 6acd368Copy full SHA for 6acd368
1 file changed
scripts/gradio_code.py
@@ -49,7 +49,8 @@ def get_files(files_list, folder_loc, im, count, old_file, value_box):
49
with Image.open(old_file) as img_old:
50
img_old = img_old.resize((w, h))
51
img_old.save(os.path.join(folder_path_mc, "img_cropped_{}.png".format(file_count)))
52
- im["composite"] = os.path.join(current_folder, "images", "static", "Designer.png")
+ # im["composite"] = os.path.join(current_folder, "images", "static", "Designer.png")
53
+ return gr.ImageEditor(interactive=False), counter, old_file
54
55
else:
56
filename = files_list[counter]
0 commit comments