mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-06 21:55:47 -04:00
5 lines
No EOL
100 B
Batchfile
5 lines
No EOL
100 B
Batchfile
call .\venv\Scripts\activate.bat
|
|
set PYTHONUTF8=1
|
|
python ./src/train.py --yaml "%1"
|
|
pause
|
|
deactivate |