from PIL import Image
# Open the image file
img_path = '/mnt/data/file-J2VjiW6n3BjZc2EpU6Gh3x'
img = Image.open(img_path)
img.show()