Skip to content

Commit be6c5d7

Browse files
committed
Update img2img.py
1 parent 195d840 commit be6c5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

img2img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def process(ShouldSave, ShouldPreview = True):
3939
imageName = "%d_%d" % (timestamp, i)
4040
path = postprocessor.save_gdrive(image, imageName)
4141
print("Saved to " + path)
42-
postprocessor.post_process(image, imageName)
42+
postprocessor.post_process(image, imageName)
4343
display("Iterations: %d/%d" % (i + 1, num_iterations), display_id="iterations")

0 commit comments

Comments
 (0)