From 1a5959ccf7e04b97ae1573679e4ab5fc1b8dfae9 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 27 Jan 2024 21:09:26 -0800 Subject: [PATCH] Start app after server --- OS/01/start.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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