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