Update fasterwhisper_asr.py

This commit is contained in:
RVC-Boss 2025-12-01 11:38:37 +08:00 committed by GitHub
parent 857799276c
commit fc533b6fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,7 @@ def download_model(model_size: str):
local_dir=model_path,
allow_patterns=files,
)
return model_path + f"/faster-whisper-{model_size}".replace("whisper-distil", "distil-whisper")
return model_path