Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kkvc-hf
/
Style-Bert-VITS2-ATD
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
04a9ac5
Style-Bert-VITS2-ATD
/
StyleVectors.bat
kkvc-hf
init
04a9ac5
13 days ago
raw
Copy download link
history
blame
218 Bytes
chcp
65001
>
NUL
@
echo
off
pushd
%~dp0
echo
Running gradio_tabs/style_vectors.py...
venv\Scripts\python -m gradio_tabs.style_vectors
if
%errorlevel%
neq
0
(
pause
&
popd
&
exit
/b
%errorlevel%
)
popd
pause