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