runtime error
Exit code: 1. Reason: torchvision is not available - cannot save figures Attempting to load model: Small on device: cpu No language specified, language will be first be detected for each audio file (increases inference time). Traceback (most recent call last): File "/home/user/app/app.py", line 92, in <module> app = TranscriptionApp() File "/home/user/app/app.py", line 14, in __init__ self.model_manager = ModelManager() File "/home/user/app/src/transcription_utils.py", line 37, in __init__ self.load_model(default_model, default_device) File "/home/user/app/src/transcription_utils.py", line 43, in load_model self.current_model = whisperx.load_model(model_options[model_choice], device, compute_type=compute_type) File "/usr/local/lib/python3.10/site-packages/whisperx/asr.py", line 348, 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 403: Forbidden
Container logs:
Fetching error logs...