runtime error
Exit code: 1. Reason: , in send return super().send(request, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 690, 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: 6a9e772a-161c-46bb-8e50-922949283650)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> from mod import (clear_cache, get_repo_safetensors, is_repo_name, is_repo_exists, get_model_trigger, File "/home/user/app/mod.py", line 163, in <module> from preprocessor import Preprocessor File "/home/user/app/preprocessor.py", line 33, in <module> OPENPOSE = OpenposeDetector.from_pretrained("lllyasviel/Annotators") File "/usr/local/lib/python3.10/site-packages/controlnet_aux/open_pose/__init__.py", line 103, in from_pretrained body_model_path = hf_hub_download(pretrained_model_or_path, filename, cache_dir=cache_dir, local_files_only=local_files_only) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1014, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1121, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1665, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Container logs:
Fetching error logs...