Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
litagin
/
Style-Bert-VITS2-Editor-Demo
like
30
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2916d61
Style-Bert-VITS2-Editor-Demo
/
Style.bat
litagin
init
2916d61
about 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
197 Bytes
chcp
65001
>
NUL
@
echo
off
pushd
%~dp0
echo
Running webui_style_vectors.py...
venv\Scripts\python webui_style_vectors.py
if
%errorlevel%
neq
0
(
pause
&
popd
&
exit
/b
%errorlevel%
)
popd
pause