GPT-SoVITS/go-webui.ps1
2025-04-15 06:17:16 +01:00

5 lines
132 B
PowerShell

$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" -I "$PSScriptRoot\webui.py" zh_CN
pause