GPT-SoVITS/go-webui.ps1
2024-08-03 03:25:41 +08:00

5 lines
129 B
PowerShell

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