Restore .bat files

This commit is contained in:
litagin02
2023-12-27 10:04:14 +09:00
parent dcf4dd8cf2
commit c7d24846cd
6 changed files with 186 additions and 0 deletions

10
Train.bat Normal file
View File

@@ -0,0 +1,10 @@
chcp 65001 > NUL
@echo off
echo Running webui_train.py...
venv\Scripts\python webui_train.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
pause