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 88837ac commit d62ac16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start-webui.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/bin/bash

echo "activate venv"
source venv/bin/activate

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

$PYTHON app.py $*
python app.py $*

echo "launching the app"

Expand Down

0 comments on commit d62ac16

Please sign in to comment.