mirror of https://github.com/coqui-ai/TTS.git
fix: add missing char_limits for Vietnamese
This commit is contained in:
parent
b6a6bf122c
commit
ff217b3f27
|
@ -611,6 +611,7 @@ class VoiceBpeTokenizer:
|
||||||
"ja": 71,
|
"ja": 71,
|
||||||
"hu": 224,
|
"hu": 224,
|
||||||
"ko": 95,
|
"ko": 95,
|
||||||
|
"vi": 250,
|
||||||
}
|
}
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
|
|
Loading…
Reference in New Issue