qinzhu commited on
Commit
5af47fd
·
1 Parent(s): b891be5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ if __name__ == '__main__':
195
  create_to_symbol_fn(hps),dir))
196
  models_vc.append((name, author, cover_path, speakers, create_vc_fn(model, hps, speaker_ids),dir))
197
  elif t == "soft-vits-vc":
198
- models_soft_vc.append((name, author, cover_path, speakers, create_soft_vc_fn(model, hps, speaker_ids)))
199
 
200
  hubert = torch.hub.load("bshall/hubert:main", "hubert_soft", trust_repo=True).to(device)
201
 
 
195
  create_to_symbol_fn(hps),dir))
196
  models_vc.append((name, author, cover_path, speakers, create_vc_fn(model, hps, speaker_ids),dir))
197
  elif t == "soft-vits-vc":
198
+ models_soft_vc.append((name, author, cover_path, speakers, create_soft_vc_fn(model, hps, speaker_ids),dir))
199
 
200
  hubert = torch.hub.load("bshall/hubert:main", "hubert_soft", trust_repo=True).to(device)
201