From 5e1be86d3e244e9f867575d28058414420617041 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 19 Jul 2021 07:25:54 -0400 Subject: [PATCH] version --- hook/zm_detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook/zm_detect.py b/hook/zm_detect.py index f9598adf..fa313c6b 100755 --- a/hook/zm_detect.py +++ b/hook/zm_detect.py @@ -31,7 +31,7 @@ auth_header = None -__app_version__ = '6.1.26' +__app_version__ = '6.1.27' def remote_detect(stream=None, options=None, api=None, args=None): # This uses mlapi (https://github.com/pliablepixels/mlapi) to run inferencing and converts format to what is required by the rest of the code.