Spaces:
Runtime error
Runtime error
Update rvc/train/train.py
Browse files- rvc/train/train.py +1 -1
rvc/train/train.py
CHANGED
@@ -873,4 +873,4 @@ def train_and_evaluate(
|
|
873 |
|
874 |
if __name__ == "__main__":
|
875 |
torch.multiprocessing.set_start_method("spawn")
|
876 |
-
main()
|
|
|
873 |
|
874 |
if __name__ == "__main__":
|
875 |
torch.multiprocessing.set_start_method("spawn")
|
876 |
+
main()
|