mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-26 15:30:43 +08:00
add zh
This commit is contained in:
parent
3a699a4a5c
commit
5abf1a7815
2
api.py
2
api.py
@ -1234,6 +1234,8 @@ async def tts_endpoint(
|
|||||||
text_language = "英文"
|
text_language = "英文"
|
||||||
elif text_language == "zh":
|
elif text_language == "zh":
|
||||||
text_language = "中英混合"
|
text_language = "中英混合"
|
||||||
|
elif text_language == "all_zh":
|
||||||
|
text_language = "中文"
|
||||||
elif text_language == "ko":
|
elif text_language == "ko":
|
||||||
text_language = "韩文"
|
text_language = "韩文"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user