mirror of
https://git.ecker.tech/mrq/ai-voice-cloning
synced 2025-06-07 11:55:42 -04:00
5 lines
No EOL
104 B
Batchfile
Executable file
5 lines
No EOL
104 B
Batchfile
Executable file
call .\venv\Scripts\activate.bat
|
|
set PYTHONUTF8=1
|
|
python ./src/train.py --yaml "%1"
|
|
pause
|
|
deactivate |