GPT-SoVITS/go-webui.ps1
XXXXRT666 26d5eaf1b4 .
2025-09-08 19:30:35 +08:00

8 lines
226 B
PowerShell

$ErrorActionPreference = "SilentlyContinue"
chcp 65001
Set-Location $PSScriptRoot
$runtimePath = Join-Path $PSScriptRoot "runtime"
$env:PATH = "$runtimePath"
& "$runtimePath\python.exe" -I "$PSScriptRoot\webui.py" zh_CN
pause