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.