mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-28 12:59:07 +08:00
commit
d30565c7e9
@ -169,7 +169,7 @@ def read_dict_new():
|
||||
line = line.strip()
|
||||
word_split = line.split(" ")
|
||||
word = word_split[0]
|
||||
if word not in g2p_dict:
|
||||
#if word not in g2p_dict:
|
||||
g2p_dict[word] = []
|
||||
g2p_dict[word].append(word_split[1:])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user