I’ve tried uploading images, but every time I do I get this error Internal Server Error
. When looking at the stack trace on Jupyter I always get something like this:
file_image = open(f'images_uploaded/{filename}', mode="rb")
FileNotFoundError: [Errno 2] No such file or directory: 'images_uploaded/Culinary_fruits_front_view.jpeg'
Any idea of what might I be doing wrong here?
Thank you