Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromย
litagin/Style-Bert-VITS2-Editor-Demo
Quitterie
/
Xenoblade-2-Style-Bert-VITS2-Editor
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a2a4aef
Xenoblade-2-Style-Bert-VITS2-Editor
/
Dataset.bat
litagin
init
2916d61
12 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