Spaces:
Running
Running
jhj0517
commited on
Commit
·
d896c8e
1
Parent(s):
a39ca61
fix slash in batch
Browse files- start-webui.bat +1 -1
start-webui.bat
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
@echo off
|
| 2 |
|
| 3 |
-
call venv
|
| 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"
|