1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 17:20:25 +08:00
This commit is contained in:
Ftps
2023-08-19 20:03:05 +09:00
2 changed files with 90 additions and 53 deletions

View File

@@ -31,4 +31,3 @@ def load_hubert(config):
else:
hubert_model = hubert_model.float()
return hubert_model.eval()