jhj0517 commited on
Commit
d896c8e
·
1 Parent(s): a39ca61

fix slash in batch

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