mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 20:09:58 +00:00
commit
92e2723288
@ -71,7 +71,7 @@ class Decensor:
|
|||||||
self.decensor_image(ori_img, colored_img, file_name)
|
self.decensor_image(ori_img, colored_img, file_name)
|
||||||
break
|
break
|
||||||
else: #for...else, i.e if the loop finished without encountering break
|
else: #for...else, i.e if the loop finished without encountering break
|
||||||
print("Corresponding original, uncolored image not found in {}.")
|
print("Corresponding original, uncolored image not found in {}".format(color_file_path))
|
||||||
print("Check if it exists and is in the PNG or JPG format.")
|
print("Check if it exists and is in the PNG or JPG format.")
|
||||||
else:
|
else:
|
||||||
self.decensor_image(colored_img, colored_img, file_name)
|
self.decensor_image(colored_img, colored_img, file_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user