mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Add files via upload
This commit is contained in:
parent
dba1a74ccb
commit
9286a27ad3
@ -10,6 +10,9 @@ special = [
|
|||||||
|
|
||||||
|
|
||||||
def clean_text(text, language):
|
def clean_text(text, language):
|
||||||
|
if(language not in language_module_map):
|
||||||
|
language="en"
|
||||||
|
text=" "
|
||||||
for special_s, special_l, target_symbol in special:
|
for special_s, special_l, target_symbol in special:
|
||||||
if special_s in text and language == special_l:
|
if special_s in text and language == special_l:
|
||||||
return clean_special(text, language, special_s, target_symbol)
|
return clean_special(text, language, special_s, target_symbol)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user