diff --git a/OS/01/start.sh b/OS/01/start.sh index 9eb1bf9..688af2d 100644 --- a/OS/01/start.sh +++ b/OS/01/start.sh @@ -1,8 +1,3 @@ -### APP - -open app/index.html -# ^ This should be to run it in fullscreen / kiosk mode - ### Start whisper.cpp and stuff? ### CORE @@ -11,3 +6,8 @@ cd core/ pip install poetry poetry install poetry run bash start.sh + +### APP + +open app/index.html +# ^ This should be to run it in fullscreen / kiosk mode