*On the image_classifier branch
Uploading an image causes the app to break, and the following error occurs:
image_utils.py", line 227, in load_img
raise ImportError(
ImportError: Could not import PIL.Image. The use of `load_img` requires PIL.
if something needs to be imported/installed to use PIL.Image please add it to the requirements.txt file.
Steps to recreate
- Start server and client
- click upload image button
- select an image to upload and click post, error below occurs:

*On the image_classifier branch
Uploading an image causes the app to break, and the following error occurs:
if something needs to be imported/installed to use PIL.Image please add it to the requirements.txt file.
Steps to recreate