Spaces:
Sleeping
Sleeping
Ko-TTS-Arena Contributors
commited on
Commit
·
06db955
1
Parent(s):
58cbf9c
fix: Update Typecast default model to ssfm-v30
Browse files
tts.py
CHANGED
|
@@ -622,8 +622,8 @@ def predict_tts(text: str, model: str) -> str:
|
|
| 622 |
elif provider == "typecast":
|
| 623 |
audio_path = predict_typecast_tts(
|
| 624 |
text,
|
| 625 |
-
config.get("voice_id", "
|
| 626 |
-
config.get("model", "ssfm-
|
| 627 |
)
|
| 628 |
# Typecast returns WAV
|
| 629 |
|
|
|
|
| 622 |
elif provider == "typecast":
|
| 623 |
audio_path = predict_typecast_tts(
|
| 624 |
text,
|
| 625 |
+
config.get("voice_id", "tc_684a7a1446e2a628b5b07230"), # 재선 (v3.0)
|
| 626 |
+
config.get("model", "ssfm-v30"),
|
| 627 |
)
|
| 628 |
# Typecast returns WAV
|
| 629 |
|