Feat: slice-and-transcribe

This commit is contained in:
litagin02
2023-12-27 16:16:22 +09:00
parent 0a9a652d3b
commit 5be778284b
22 changed files with 685 additions and 138 deletions

View File

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