how to use pillow to upload photot and show it code example
Example: PIL image example
>>> from PIL import Image
>>> im = Image.open("image.jpg")
>>> im.show()
>>> from PIL import Image
>>> im = Image.open("image.jpg")
>>> im.show()