runtime error

Exit code: 1. Reason: el. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`. preprocessor_config.json: 0%| | 0.00/316 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 316/316 [00:00<00:00, 1.29MB/s] tokenizer_config.json: 0%| | 0.00/592 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 592/592 [00:00<00:00, 2.28MB/s] vocab.json: 0%| | 0.00/862k [00:00<?, ?B/s] vocab.json: 100%|██████████| 862k/862k [00:00<00:00, 28.4MB/s] merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s] merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 177MB/s] tokenizer.json: 0%| | 0.00/2.22M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 2.22M/2.22M [00:00<00:00, 57.0MB/s] special_tokens_map.json: 0%| | 0.00/389 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 389/389 [00:00<00:00, 1.26MB/s] model.safetensors: 13%|█▎ | 77.2M/605M [00:01<00:09, 54.7MB/s]Traceback (most recent call last): File "/home/user/app/app.py", line 29, in <module> animal_images = {name: Image.open(requests.get(url, stream=True).raw).convert("RGB") for name, url in animal_image_urls.items()} File "/home/user/app/app.py", line 29, in <dictcomp> animal_images = {name: Image.open(requests.get(url, stream=True).raw).convert("RGB") for name, url in animal_image_urls.items()} File "/usr/local/lib/python3.10/site-packages/PIL/Image.py", line 3580, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fe29444b290> model.safetensors: 89%|████████▉ | 538M/605M [00:02<00:00, 259MB/s]  model.safetensors: 100%|██████████| 605M/605M [00:02<00:00, 249MB/s]

Container logs:

Fetching error logs...