Pj12 commited on
Commit
b82aafb
·
verified ·
1 Parent(s): 1eadc4f

Update extract_feature_print.py

Browse files
Files changed (1) hide show
  1. extract_feature_print.py +1 -3
extract_feature_print.py CHANGED
@@ -52,9 +52,7 @@ class Config:
52
  preprocess_path = os.path.join(
53
  os.path.dirname(__file__),
54
  os.pardir,
55
- "rvc",
56
- "train",
57
- "preprocess",
58
  "preprocess.py",
59
  )
60
 
 
52
  preprocess_path = os.path.join(
53
  os.path.dirname(__file__),
54
  os.pardir,
55
+ "/kaggle/working/Mangio-RVC-Fork"
 
 
56
  "preprocess.py",
57
  )
58