NeoPy commited on
Commit
6f87bee
·
verified ·
1 Parent(s): e25f2a2

Update infer/lib/predictors/RMVPE/RMVPE.py

Browse files
infer/lib/predictors/RMVPE/RMVPE.py CHANGED
@@ -7,7 +7,7 @@ import torch.nn.functional as F
7
 
8
  sys.path.append(os.getcwd())
9
 
10
- from main.library.predictors.RMVPE.mel import MelSpectrogram
11
 
12
  N_MELS, N_CLASS = 128, 360
13
 
 
7
 
8
  sys.path.append(os.getcwd())
9
 
10
+ from infer.lib.predictors.RMVPE.mel import MelSpectrogram
11
 
12
  N_MELS, N_CLASS = 128, 360
13