Aitrepreneur
commited on
Commit
•
c8cd073
1
Parent(s):
3410f0b
Upload 4 files
Browse files- go-realtime-gui-dml.bat +2 -0
- go-realtime-gui.bat +2 -0
- go-web-dml.bat +2 -0
- go-web.bat +2 -0
go-realtime-gui-dml.bat
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
CALL env\Scripts\activate
|
2 |
+
python gui_v1.py --dml
|
go-realtime-gui.bat
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
CALL env\Scripts\activate
|
2 |
+
python gui_v1.py
|
go-web-dml.bat
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
CALL env\Scripts\activate
|
2 |
+
python infer-web.py --port 7897 --dml
|
go-web.bat
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
CALL env\Scripts\activate
|
2 |
+
python infer-web.py --port 7897
|