mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
Update TextPreprocessor.py
This commit is contained in:
parent
7dac47ca95
commit
299f33b5fb
@ -183,7 +183,7 @@ class TextPreprocessor:
|
||||
phones = sum(phones_list, [])
|
||||
norm_text = ''.join(norm_text_list)
|
||||
|
||||
if not final and len(phones) < 6:
|
||||
if not final:
|
||||
return self.get_phones_and_bert("." + text,language,version,final=True)
|
||||
|
||||
return phones, bert, norm_text
|
||||
|
Loading…
x
Reference in New Issue
Block a user