Add pillow in requirements.txt
Hi, As you can observe from the following stacktrace, we need to also provide pillow in the environment.
Traceback (most recent call last):
File "run_segmentation.py", line 11, in
Hey @Salvatore-tech, This error message says "ModuleNotFoundError: No module named 'PIL'". This indicates that the Python Imaging Library (PIL) is not installed in your environment. Use this code to install PIL, pip install pillow