runtime error

Exit code: 1. Reason: st, or load(..., trust_repo=True), which will assume that the prompt is to be answered with 'yes'. You can also use load(..., trust_repo='check') which will only prompt for confirmation if the repo is not already trusted. This will eventually be the default behaviour warnings.warn( Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 204, in _validate_not_a_forked_repo response = json.loads(_read_url(Request(url, headers=headers))) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 185, in _read_url with urlopen(url) as r: File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/usr/local/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: rate limit exceeded During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 9, in <module> model = torch.hub.load('ultralytics/yolov5', 'custom', 'best.pt') # force_reload=True to update File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 643, in load repo_or_dir = _get_cache_or_reload( File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 263, in _get_cache_or_reload _validate_not_a_forked_repo(repo_owner, repo_name, ref) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 207, in _validate_not_a_forked_repo del headers["Authorization"] KeyError: 'Authorization'

Container logs:

Fetching error logs...