Spaces:
Sleeping
Sleeping
remove file saving
Browse files- app/utils/imageUtils.py +1 -1
app/utils/imageUtils.py
CHANGED
@@ -42,7 +42,7 @@ def all_cropped_images_to_one_image(cropped_images, separator_image_path):
|
|
42 |
combined_image.paste(separator_image, (0, y))
|
43 |
y += separator_height
|
44 |
|
45 |
-
combined_image.save("combinedImage.png")
|
46 |
return combined_image
|
47 |
|
48 |
def preprocess_image(image):
|
|
|
42 |
combined_image.paste(separator_image, (0, y))
|
43 |
y += separator_height
|
44 |
|
45 |
+
# combined_image.save("combinedImage.png")
|
46 |
return combined_image
|
47 |
|
48 |
def preprocess_image(image):
|