chinoTTS / Style.bat
horiyouta's picture
202406080442
28b3671
raw
history blame
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