runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "app.py", line 4, in <module> model = whisper.load_model("small") File "/home/user/.local/lib/python3.8/site-packages/whisper/__init__.py", line 131, in load_model checkpoint_file = _download(_MODELS[name], download_root, in_memory) File "/home/user/.local/lib/python3.8/site-packages/whisper/__init__.py", line 67, in _download with urllib.request.urlopen(url) as source, open(download_target, "wb") as output: File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found

Container logs:

Fetching error logs...