runtime error

Exit code: 1. Reason: /adapters.py", line 713, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: f8ffbd60-a2dd-4225-9edf-5770a666e5cb)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from inference import tango File "/home/user/app/inference.py", line 2, in <module> download_files_from_repo() File "/home/user/app/utils/download_utils.py", line 13, in download_files_from_repo snapshot_download( File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 325, in snapshot_download _inner_hf_hub_download(file) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 301, in _inner_hf_hub_download return hf_hub_download( File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 988, in hf_hub_download return _hf_hub_download_to_local_dir( File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1243, in _hf_hub_download_to_local_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1632, in _raise_on_head_call_error raise ValueError("Force download failed due to the above error.") from head_call_error ValueError: Force download failed due to the above error.

Container logs:

Fetching error logs...