GPT-SoVITS_VC / go-webui.ps1
kevinwang676's picture
Upload folder using huggingface_hub
f7e440a verified
raw
history blame contribute delete
No virus
123 Bytes
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
pause