linuxlurak commited on
Commit
6c9b01c
1 Parent(s): 4e55844

Update start-webui.sh

Browse files

Pass through of parameters

Files changed (1) hide show
  1. start-webui.sh +1 -1
start-webui.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
 
3
  source venv/bin/activate
4
- python app.py
5
 
6
  echo "launching the app"
 
1
  #!/bin/bash
2
 
3
  source venv/bin/activate
4
+ python app.py "$@"
5
 
6
  echo "launching the app"