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