runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 38, in <module> create_dummy_img(p, c) File "/app/app.py", line 30, in create_dummy_img Image.new('RGB', (400, 300), color=color).save(path) File "/usr/local/lib/python3.10/site-packages/PIL/Image.py", line 2563, in save fp = builtins.open(filename, "w+b") FileNotFoundError: [Errno 2] No such file or directory: '/content/image_0.png'
Container logs:
Fetching error logs...