Update start.sh
This commit is contained in:
parent
8e5ba0febf
commit
f723603807
|
@ -3,9 +3,10 @@
|
||||||
# Display app/index.html on the second monitor in full-screen mode
|
# Display app/index.html on the second monitor in full-screen mode
|
||||||
google-chrome --kiosk --app=file:///app/index.html
|
google-chrome --kiosk --app=file:///app/index.html
|
||||||
|
|
||||||
|
### Start whisper.cpp and stuff?
|
||||||
|
|
||||||
### CORE
|
### CORE
|
||||||
|
|
||||||
cd /core
|
cd /core
|
||||||
poetry install
|
poetry install
|
||||||
poetry run bash start.sh
|
poetry run bash start.sh
|
||||||
|
|
Loading…
Reference in New Issue