This commit is contained in:
Fangjun Kuang
2025-02-11 12:27:09 +08:00
committed by GitHub
parent f5bf8c8d4a
commit 8b8ef1090b
4 changed files with 17 additions and 16 deletions

View File

@@ -404,12 +404,12 @@ def get_matcha_models() -> List[TtsModel]:
lang="en",
),
TtsModel(
model_dir="matcha-tts-fa_en-male",
model_dir="matcha-tts-fa_en-musa",
acoustic_model_name="model.onnx",
lang="fa",
),
TtsModel(
model_dir="matcha-tts-fa_en-female",
model_dir="matcha-tts-fa_en-khadijah",
acoustic_model_name="model.onnx",
lang="fa",
),