Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
litagin/Style-Bert-VITS2-Editor-Demo
kokushing
/
Style-Bert-VITS2-Editor-Demo-fumifumi
like
0
Sleeping
App
Files
Files
Community
a2a4aef
Style-Bert-VITS2-Editor-Demo-fumifumi
/
Dataset.bat
litagin
init
2916d61
9 months ago
raw
Copy download link
history
blame
Safe
184 Bytes
chcp
65001
>
NUL
@
echo
off
pushd
%~dp0
echo
Running webui_dataset.py...
venv\Scripts\python webui_dataset.py
if
%errorlevel%
neq
0
(
pause
&
popd
&
exit
/b
%errorlevel%
)
popd
pause