NeoPy commited on
Commit
1537b15
·
verified ·
1 Parent(s): c861f5c

Update rvcinfpy/main.py

Browse files
Files changed (1) hide show
  1. rvcinfpy/main.py +1 -1
rvcinfpy/main.py CHANGED
@@ -114,7 +114,7 @@ BASE_DIR = "."
114
 
115
 
116
  def load_hu_bert(config, hubert_path=None):
117
- from fairseq2 import checkpoint_utils
118
 
119
  if hubert_path is None:
120
  hubert_path = ""
 
114
 
115
 
116
  def load_hu_bert(config, hubert_path=None):
117
+ from fairseq import checkpoint_utils
118
 
119
  if hubert_path is None:
120
  hubert_path = ""