Spaces:
Running
Running
no need to save
Browse files
app.py
CHANGED
|
@@ -75,7 +75,6 @@ def overlay_png_on_side_by_side_images(
|
|
| 75 |
combined_image.paste(png_img, png_position, png_img)
|
| 76 |
|
| 77 |
# Save the result
|
| 78 |
-
combined_image.save(output_path)
|
| 79 |
# Determine a common height for side-by-side images
|
| 80 |
min_height = 384
|
| 81 |
# Resize images to the common height, maintaining aspect ratio
|
|
|
|
| 75 |
combined_image.paste(png_img, png_position, png_img)
|
| 76 |
|
| 77 |
# Save the result
|
|
|
|
| 78 |
# Determine a common height for side-by-side images
|
| 79 |
min_height = 384
|
| 80 |
# Resize images to the common height, maintaining aspect ratio
|