GPT-SoVITS/go-webui.bat
2024-01-25 23:13:20 +08:00

4 lines
73 B
Batchfile

@echo off
chcp 65001
"%~dp0\runtime\python.exe" "%~dp0\webui.py"
pause