Update extract_feature_print.py
Browse files- 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 |
-
"
|
| 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 |
|