JotunnBurton commited on
Commit
2171989
·
verified ·
1 Parent(s): e5d8a74

Update infer.py

Browse files
Files changed (1) hide show
  1. infer.py +1 -1
infer.py CHANGED
@@ -129,7 +129,7 @@ def infer(
129
  emo = emo.to(device).unsqueeze(0)
130
  del phones
131
 
132
- print([hps.data.spk2id[sid]]);
133
 
134
  speakers = torch.LongTensor([hps.data.spk2id[sid]]).to(device)
135
  print(text)
 
129
  emo = emo.to(device).unsqueeze(0)
130
  del phones
131
 
132
+ print([hps.data.spk2id]);
133
 
134
  speakers = torch.LongTensor([hps.data.spk2id[sid]]).to(device)
135
  print(text)