Skip to content

Commit

Permalink
update shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Apr 1, 2024
1 parent d62ac16 commit 435c679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-webui.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

echo "activate venv"
source venv/bin/activate
echo "activate venv"

PYTHON="venv/bin/python"
echo "venv ${PYTHON}"
echo ""

python app.py $*
python app.py

echo "launching the app"

Expand Down

0 comments on commit 435c679

Please sign in to comment.