update setup comments

This commit is contained in:
josc146 2023-11-17 20:47:33 +08:00
parent 94a5dc4fb7
commit 068be2bfc4
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ call npm ci
call npm run build
cd ..
: optional: set ngrok_token=YOUR_NGROK_TOKEN
start python ./backend-python/main.py --webui
start "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "http://127.0.0.1:8000"

View File

@ -11,6 +11,7 @@ npm ci
npm run build
cd ..
# optional: export ngrok_token=YOUR_NGROK_TOKEN
python3 ./backend-python/main.py --webui > log.txt & # this is only an example, you should use screen or other tools to run it in background
if [ ! -d models ]; then