From 241e877611393c5e1c9f9cca3d407241960f4c12 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Wed, 30 Aug 2023 20:31:56 +0800 Subject: [PATCH] Add files via upload --- go-realtime-gui-dml.bat | 2 ++ go-web-dml.bat | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 go-realtime-gui-dml.bat create mode 100644 go-web-dml.bat 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