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
/
App.bat
kkvc-hf
init
04a9ac5
19 days ago
raw
Copy download link
history
blame
174 Bytes
chcp
65001
>
NUL
@
echo
off
pushd
%~dp0
echo
Running app.py...
venv\Scripts\python app.py
if
%errorlevel%
neq
0
(
pause
&
popd
&
exit
/b
%errorlevel%
)
popd
pause