runtime error
Exit code: 1. Reason: n a future release, this won't be allowed. To add the repository to your trusted list, change the command to {calling_fn}(..., trust_repo=False) and a command prompt will appear asking for an explicit confirmation of trust, 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 "/home/user/app/app.py", line 22, in <module> model = torch.hub.load('isl-org/ZoeDepth', "ZoeD_N", pretrained=True).to(DEVICE).eval() File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 565, in load repo_or_dir = _get_cache_or_reload(repo_or_dir, force_reload, trust_repo, "load", File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 229, 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 189, 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 172, 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
Container logs:
Fetching error logs...