runtime error

Exit code: 1. Reason: se, 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( Downloading: "https://github.com/snakers4/silero-models/zipball/master" to /home/user/.cache/torch/hub/master.zip Traceback (most recent call last): File "/home/user/app/app.py", line 70, in <module> initial_model = load_model(DEFAULT_MODEL_ID, get_model_details(DEFAULT_MODEL_ID)) File "/home/user/app/app.py", line 20, in load_model model, _ = torch.hub.load(repo_or_dir='snakers4/silero-models', File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 638, in load repo_or_dir = _get_cache_or_reload( File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 266, in _get_cache_or_reload download_url_to_file(url, cached_file, progress=False) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 712, in download_url_to_file u = urlopen(req) 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 503: Service Unavailable

Container logs:

Fetching error logs...