GPT-SoVITS/go-webui.ps1
2024-01-27 10:49:48 +08:00

5 lines
123 B
PowerShell

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