forked from mrq/ai-voice-cloning
5 lines
97 B
Batchfile
Executable File
5 lines
97 B
Batchfile
Executable File
call .\venv\Scripts\activate.bat
|
|
set PATH=.\bin\;%PATH%
|
|
python .\src\main.py
|
|
deactivate
|
|
pause |