forked from mrq/ai-voice-cloning
5 lines
104 B
Batchfile
Executable File
5 lines
104 B
Batchfile
Executable File
call .\venv\Scripts\activate.bat
|
|
set PYTHONUTF8=1
|
|
python ./src/train.py --yaml "%1"
|
|
pause
|
|
deactivate |