Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
horiyouta
/
chinoTTS
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
28b3671
chinoTTS
/
Style.bat
horiyouta
202406080442
28b3671
8 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