mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-12-05 16:52:12 +08:00
Update fasterwhisper_asr.py
This commit is contained in:
parent
857799276c
commit
fc533b6fb7
@ -97,6 +97,7 @@ def download_model(model_size: str):
|
|||||||
local_dir=model_path,
|
local_dir=model_path,
|
||||||
allow_patterns=files,
|
allow_patterns=files,
|
||||||
)
|
)
|
||||||
|
return model_path + f"/faster-whisper-{model_size}".replace("whisper-distil", "distil-whisper")
|
||||||
return model_path
|
return model_path
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user