sasha HF Staff commited on
Commit
6a6047f
·
1 Parent(s): dc2bc35

no need to save

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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