Update start-webui.sh
Pass through of parameters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
python app.py
|
||||
python app.py "$@"
|
||||
|
||||
echo "launching the app"
|
||||
|
||||
Reference in New Issue
Block a user