diff --git a/start-webui.sh b/start-webui.sh index 4f973aae..901d4128 100644 --- a/start-webui.sh +++ b/start-webui.sh @@ -1,6 +1,6 @@ #!/bin/bash source venv/bin/activate -python app.py +python app.py "$@" echo "launching the app"