Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xRundaAILab
/
GPT-SoVITS-WebUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
87d5e31
GPT-SoVITS-WebUI
/
go-webui.ps1
sumandeng
首次提交
30ca954
over 1 year ago
raw
Copy download link
history
blame
Safe
123 Bytes
$ErrorActionPreference
=
"SilentlyContinue"
chcp
65001
&
"
$PSScriptRoot
\runtime\python.exe"
"
$PSScriptRoot
\webui.py"
pause