runtime error

Exit code: 1. Reason: .json: 0%| | 0.00/506 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 506/506 [00:00<00:00, 2.67MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 66.1MB/s] tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 54.7MB/s] special_tokens_map.json: 0%| | 0.00/125 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 125/125 [00:00<00:00, 618kB/s] pytorch_model.bin: 0%| | 0.00/990M [00:00<?, ?B/s] pytorch_model.bin: 27%|██▋ | 268M/990M [00:02<00:07, 103MB/s] pytorch_model.bin: 100%|██████████| 990M/990M [00:03<00:00, 313MB/s] model.safetensors: 0%| | 0.00/990M [00:00<?, ?B/s] Loading weights: 0%| | 0/473 [00:00<?, ?it/s] Loading weights: 100%|██████████| 473/473 [00:00<00:00, 25702.59it/s] a photo of a black hole in the sky model.safetensors: 14%|█▎ | 134M/990M [00:03<00:19, 44.5MB/s] model.safetensors: 100%|██████████| 990M/990M [00:03<00:00, 282MB/s] a photo of a patio with a table and chairs Result: Error loading image: cannot identify image file <_io.BytesIO object at 0x7fc8106084f0> Traceback (most recent call last): File "/app/app.py", line 131, in <module> print(f"Refined Result: {summarize_multimodal_v2(test_text, test_url)}") ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 101, in summarize_multimodal_v2 image = Image.open(requests.get(image_input, stream=True).raw).convert('RGB') ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/PIL/Image.py", line 3711, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fc8105a2480>

Container logs:

Fetching error logs...