This commit is contained in:
litagin02
2025-08-24 11:46:53 +09:00
parent 998217c010
commit e5f2dafbdd
2 changed files with 15 additions and 2 deletions

11
ConvertONNX.bat Normal file
View File

@@ -0,0 +1,11 @@
chcp 65001 > NUL
@echo off
pushd %~dp0
echo Running gradio_tabs/convert_onnx.py...
venv\Scripts\python -m gradio_tabs.convert_onnx
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
popd
pause