Skip to content

Commit

Permalink
Update infer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Nov 27, 2023
1 parent 1952bcd commit 5ec036a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def infer_multilang(
temp_bert,
temp_ja_bert,
temp_en_bert,
temp_emo,
emo,
temp_phones,
temp_tones,
temp_lang_ids,
Expand All @@ -294,7 +294,6 @@ def infer_multilang(
bert.append(temp_bert)
ja_bert.append(temp_ja_bert)
en_bert.append(temp_en_bert)
emo.append(temp_emo)
phones.append(temp_phones)
tones.append(temp_tones)
lang_ids.append(temp_lang_ids)
Expand Down

0 comments on commit 5ec036a

Please sign in to comment.