Bredvige commited on
Commit
ad20834
·
verified ·
1 Parent(s): d0af6e0

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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]