jhj0517 commited on
Commit
e735c1c
1 Parent(s): 5341b3b

Fix the bug that CLI argument was not affecting

Browse files
Files changed (1) hide show
  1. start-webui.bat +1 -1
start-webui.bat CHANGED
@@ -1,7 +1,7 @@
1
  @echo off
2
 
3
  call venv\scripts\activate
4
- python app.py
5
 
6
  echo "launching the app"
7
  pause
 
1
  @echo off
2
 
3
  call venv\scripts\activate
4
+ python app.py %*
5
 
6
  echo "launching the app"
7
  pause