@@ -0,0 +1,11 @@
chcp 65001 > NUL
@echo off
pushd %~dp0
echo Running gradio_tabs/train.py...
venv\Scripts\python gradio_tabs/train.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
popd
pause
The note is not visible to the blocked user.