GPT-SoVITS-v4 / go-webui.ps1
kevinwang676's picture
Add files using upload-large-folder tool
559ee5e verified
raw
history blame contribute delete
132 Bytes
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" -I "$PSScriptRoot\webui.py" zh_CN
pause