from PIL import Image

# Open the uploaded image

image_path = "/mnt/data/6cb3e678-6200-4bd8-9691-d5528b85a409.webp"

image = Image.open(image_path)

# Display the image to confirm it loaded correctly

image.show()


Yorumlar

Bu blogdaki popüler yayınlar