runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> whisper_model = whisper.load_model("base") File "/usr/local/lib/python3.10/site-packages/whisper/__init__.py", line 137, in load_model checkpoint_file = _download(_MODELS[name], download_root, in_memory) File "/usr/local/lib/python3.10/site-packages/whisper/__init__.py", line 73, in _download with urllib.request.urlopen(url) as source, open(download_target, "wb") as output: 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 519, in open response = self._open(req, data) File "/usr/local/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + 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 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.10/urllib/request.py", line 1352, in do_open r = h.getresponse() File "/usr/local/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/local/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/local/lib/python3.10/http/client.py", line 287, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response
Container logs:
Fetching error logs...