GPT-SoVITS/go-webui.ps1
XXXXRT666 0373aa97e0 .
2025-10-10 09:40:41 +01:00

8 lines
226 B
PowerShell

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