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