from PIL import Image # Load the uploaded image image_path = "/mnt/data/WhatsApp Image 2025-02-23 at 22.24.21_eed154c8.jpg" image = Image.open(image_path) # Display the original image image.show()