runtime error
Exit code: 1. Reason: A model.bin: 39%|███▉ | 603M/1.53G [00:03<00:05, 167MB/s][A model.bin: 83%|████████▎ | 1.27G/1.53G [00:04<00:00, 328MB/s][A model.bin: 100%|██████████| 1.53G/1.53G [00:05<00:00, 289MB/s] tokenizer.json: 0%| | 0.00/2.20M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 2.20M/2.20M [00:00<00:00, 30.1MB/s] vocabulary.txt: 0%| | 0.00/460k [00:00<?, ?B/s][A vocabulary.txt: 100%|██████████| 460k/460k [00:00<00:00, 56.8MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> from whisper_asr import WhisperAutomaticSpeechRecognizer File "/home/user/app/whisper_asr.py", line 9, in <module> class WhisperAutomaticSpeechRecognizer: File "/home/user/app/whisper_asr.py", line 16, in WhisperAutomaticSpeechRecognizer model = whisperx.load_model( File "/usr/local/lib/python3.10/site-packages/whisperx/asr.py", line 345, in load_model vad_model = load_vad_model(torch.device(device), use_auth_token=None, **default_vad_options) File "/usr/local/lib/python3.10/site-packages/whisperx/vad.py", line 29, in load_vad_model with urllib.request.urlopen(VAD_SEGMENTATION_URL) as source, open(model_fp, "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 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 301: Moved Permanently
Container logs:
Fetching error logs...