Hev832 Blane187 commited on
Commit
5a81ac5
·
verified ·
1 Parent(s): af6699f

Update lib/modules.py (#3)

Browse files

- Update lib/modules.py (ba5abfda81846e820154d4831342405ff6757d4b)


Co-authored-by: Rico Ardiansyah <Blane187@users.noreply.huggingface.co>

Files changed (1) hide show
  1. lib/modules.py +2 -2
lib/modules.py CHANGED
@@ -209,7 +209,7 @@ class VC:
209
  f0_min,
210
  f0_max,
211
  f0_autotune,
212
- hubert_model_path = "assets/hubert/hubert_base.pt"
213
  ):
214
  """
215
  Performs inference without saving
@@ -377,7 +377,7 @@ class VC:
377
  f0_min,
378
  f0_max,
379
  f0_autotune,
380
- hubert_model_path = "assets/hubert/hubert_base.pt"
381
  ):
382
  """
383
  Performs inference with saving
 
209
  f0_min,
210
  f0_max,
211
  f0_autotune,
212
+ hubert_model_path = "rvc_models/hubert_base.pt"
213
  ):
214
  """
215
  Performs inference without saving
 
377
  f0_min,
378
  f0_max,
379
  f0_autotune,
380
+ hubert_model_path = "rvc_models/hubert_base.pt"
381
  ):
382
  """
383
  Performs inference with saving