Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromย
litagin/Style-Bert-VITS2-Editor-Demo
flofloga
/
Style-Bert-VITS2-Editor-Demo
like
0
Runtime error
App
Files
Files
Community
a2a4aef
Style-Bert-VITS2-Editor-Demo
/
Style.bat
litagin
init
2916d61
9 months ago
raw
Copy download link
history
blame
Safe
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