Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Update rvc/train/extract/pitch_extractor.py
Browse files
rvc/train/extract/pitch_extractor.py
CHANGED
@@ -190,4 +190,4 @@ def main(exp_dir, f0_method, hop_length, num_processes, gpus):
|
|
190 |
|
191 |
|
192 |
if __name__ == "__main__":
|
193 |
-
main(exp_dir, f0_method, hop_length, num_processes, gpus)
|
|
|
190 |
|
191 |
|
192 |
if __name__ == "__main__":
|
193 |
+
main(exp_dir, f0_method, hop_length, num_processes, gpus)
|