Update infer.py

This commit is contained in:
Stardust·减
2023-11-26 09:45:18 +08:00
committed by GitHub
parent 2c7d3f5ce8
commit 11e3b16357

View File

@@ -296,7 +296,7 @@ def infer_multilang(
bert.append(temp_bert)
ja_bert.append(temp_ja_bert)
en_bert.append(temp_en_bert)
emo.append(temo_emo)
emo.append(temp_emo)
phones.append(temp_phones)
tones.append(temp_tones)
lang_ids.append(temp_lang_ids)