mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +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):
|
||||
if(language not in language_module_map):
|
||||
language="en"
|
||||
text=" "
|
||||
for special_s, special_l, target_symbol in special:
|
||||
if special_s in text and language == special_l:
|
||||
return clean_special(text, language, special_s, target_symbol)
|
||||
|
Loading…
x
Reference in New Issue
Block a user