GPT-SoVITS-v2-VC / go-webui-v1.ps1
kevinwang676's picture
Upload folder using huggingface_hub
69cf514 verified
raw
history blame contribute delete
No virus
132 Bytes
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v1 zh_CN"
pause