jhj0517 commited on
Commit
bf705a5
2 Parent(s): eb25814 6c9b01c

Merge pull request #247 from linuxlurak/master

Browse files
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"