mirror of https://github.com/coqui-ai/TTS.git
update chinese model
This commit is contained in:
parent
547bfc4ce9
commit
7f36d91131
|
@ -76,12 +76,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zh":{
|
"zh-CN":{
|
||||||
"baker":{
|
"baker":{
|
||||||
"tacotron2-DDC-GST":{
|
"tacotron2-DDC-GST":{
|
||||||
"model_file": "1RR9rZdV_FMm8yvtCHALtUbJf1nxbUiAw",
|
"model_file": "1SYpv7V__QYDjKXa_vJmNXo1CSkcoZovy",
|
||||||
"config_file": "1daY1JHGXEozJ-MGYLiWEUmzEwEvM5xpz",
|
"config_file": "14BIvfJXnFHi3jcxYNX40__TR6RwJOZqi",
|
||||||
"stats_file": "1vl9c-D3dW_E7pdhNpDFQLX-giJc0jOtV",
|
"stats_file": "1ECRlXybT6rAWp269CkhjUPwcZ10CkcqD",
|
||||||
"commit": ""
|
"commit": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@ def text2phone(text, language):
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# TO REVIEW : How to have a good implementation for this?
|
# TO REVIEW : How to have a good implementation for this?
|
||||||
if language == "chinese-mandarin":
|
if language == "zh-CN":
|
||||||
ph = chinese_text_to_phonemes(text)
|
ph = chinese_text_to_phonemes(text)
|
||||||
return ph
|
return ph
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue