GPT-SoVITS-VC / go-webui.ps1
kevinwang676's picture
Upload folder using huggingface_hub
2d6ed53 verified
raw
history blame contribute delete
126 Bytes
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\vc_webui.py"
pause