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