Spaces:
Running
Running
Merge pull request #247 from linuxlurak/master
Browse files- 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"
|