hasu / Dataset.bat
kikuepi's picture
Upload 152 files
8dfbf56 verified
raw
history blame contribute delete
No virus
184 Bytes
chcp 65001 > NUL
@echo off
pushd %~dp0
echo Running webui_dataset.py...
venv\Scripts\python webui_dataset.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
popd
pause