runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:896: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( tokenizer_config.json: 0%| | 0.00/48.0 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 48.0/48.0 [00:00<00:00, 239kB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 25.7MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 2.55MB/s] config.json: 0%| | 0.00/483 [00:00<?, ?B/s] config.json: 100%|██████████| 483/483 [00:00<00:00, 3.01MB/s] model.safetensors: 0%| | 0.00/268M [00:00<?, ?B/s] model.safetensors: 1%| | 2.33M/268M [00:01<01:58, 2.24MB/s] model.safetensors: 50%|████▉ | 134M/268M [00:02<00:02, 52.8MB/s]  model.safetensors: 92%|█████████▏| 248M/268M [00:03<00:00, 70.8MB/s] model.safetensors: 100%|██████████| 268M/268M [00:05<00:00, 46.4MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 177, in <module> accounting_ai = AccountingNLP() File "/home/user/app/app.py", line 15, in __init__ self.nlp = spacy.load("en_core_web_sm") File "/usr/local/lib/python3.10/site-packages/spacy/__init__.py", line 51, in load return util.load_model( File "/usr/local/lib/python3.10/site-packages/spacy/util.py", line 472, in load_model raise IOError(Errors.E050.format(name=name)) OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.

Container logs:

Fetching error logs...