NeoPy commited on
Commit
3d101a9
·
verified ·
1 Parent(s): f2ef6b9

Rename go-web-dml.bat to run/win/go-web-dml.bat

Browse files
Files changed (2) hide show
  1. go-web-dml.bat +0 -2
  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