Fix: use python -m for scripts in gradio_tabs

This commit is contained in:
litagin02
2024-09-09 17:27:23 +09:00
parent a9c5d18eec
commit dc5f42e9a1
5 changed files with 5 additions and 5 deletions

View File

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