ai-voice-cloning/start.bat

4 lines
88 B
Batchfile

call .\venv\Scripts\activate.bat
set PATH=.\bin\;%PATH%
python .\src\main.py %*
pause