GPT-SoVITS-WebUI / go-webui.ps1
sumandeng's picture
首次提交
30ca954
raw
history blame contribute delete
No virus
123 Bytes
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
pause