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