diff --git a/go-realtime-gui-dml.bat b/go-realtime-gui-dml.bat new file mode 100644 index 0000000..2c87633 --- /dev/null +++ b/go-realtime-gui-dml.bat @@ -0,0 +1,2 @@ +runtime\python.exe gui_v1.py --pycmd runtime\python.exe --dml +pause diff --git a/go-web-dml.bat b/go-web-dml.bat new file mode 100644 index 0000000..fc5e708 --- /dev/null +++ b/go-web-dml.bat @@ -0,0 +1,2 @@ +runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897 --dml +pause