Update preprocess_text.py

This commit is contained in:
Stardust·减
2023-08-21 08:43:34 +08:00
committed by GitHub
parent 28859ebe96
commit 58adc54f07

View File

@@ -24,7 +24,7 @@ if 1 in stage:
" ".join([str(i) for i in tones]), " ".join([str(i) for i in tones]),
" ".join([str(i) for i in word2ph]))) " ".join([str(i) for i in word2ph])))
except: except:
print("err!", text) print("err!", utt)
if 2 in stage: if 2 in stage:
spk_utt_map = defaultdict(list) spk_utt_map = defaultdict(list)