it is showing could not import PIL.Image. the use of load_image requires PIL.
What tondo now???
Error while using image.load_img
Make sure Pillow is installed. Use - pip install Pillow
Then from PIL import Image should work
it is showing could not import PIL.Image. the use of load_image requires PIL.
What tondo now???
Make sure Pillow is installed. Use - pip install Pillow
Then from PIL import Image should work