Rename go-web-dml.bat to run/win/go-web-dml.bat
Browse files- go-web-dml.bat +0 -2
- run/win/go-web-dml.bat +2 -0
go-web-dml.bat
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
runtime\python.exe infer-web.py --pycmd runtime\python.exe --nocheck --port 7897 --dml
|
| 2 |
-
pause
|
|
|
|
|
|
|
|
|
run/win/go-web-dml.bat
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
runtime\python.exe app.py --pycmd runtime\python.exe --nocheck --port 7897 --dml
|
| 2 |
+
pause
|