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
/
Server.bat
horiyouta
202406080442
28b3671
8 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
chcp
65001
>
NUL
@
echo
off
pushd
%~dp0
echo
Running server_fastapi.py
venv\Scripts\python server_fastapi.py
if
%errorlevel%
neq
0
(
pause
&
popd
&
exit
/b
%errorlevel%
)
popd
pause