Spaces:
Runtime error
Runtime error
File size: 141 Bytes
fb894d9 |
1 2 3 4 5 6 7 8 |
import os
config = "./configs/mini_mb_istft_vits2_base.json"
mpath = "./models/test"
os.system(f"python train.py -c {config} -m {mpath}")
|