VITS2-Mandarin / training_local.py
kevinwang676's picture
Upload folder using huggingface_hub
fb894d9
raw
history blame contribute delete
No virus
141 Bytes
import os
config = "./configs/mini_mb_istft_vits2_base.json"
mpath = "./models/test"
os.system(f"python train.py -c {config} -m {mpath}")