Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|