Update utils.py
Browse files
utils.py
CHANGED
@@ -21,7 +21,7 @@ def get_index_path_from_model(sid):
|
|
21 |
|
22 |
def load_hubert(config):
|
23 |
models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
|
24 |
-
["assets/hubert/hubert_base.pt"],
|
25 |
suffix="",
|
26 |
)
|
27 |
hubert_model = models[0]
|
|
|
21 |
|
22 |
def load_hubert(config):
|
23 |
models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
|
24 |
+
["assets/rvc/hubert/hubert_base.pt"],
|
25 |
suffix="",
|
26 |
)
|
27 |
hubert_model = models[0]
|