From 8cd1c2861f7d334b3ab139f0f0a2a13e7799e1fa Mon Sep 17 00:00:00 2001 From: bel Date: Wed, 29 Mar 2023 23:09:21 -0600 Subject: [PATCH] high runtime big model is super nice --- whisper-2023/hotwords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper-2023/hotwords.py b/whisper-2023/hotwords.py index 89f79d6..00d1337 100644 --- a/whisper-2023/hotwords.py +++ b/whisper-2023/hotwords.py @@ -218,7 +218,7 @@ class Reactor(threading.Thread): if os.environ.get("DEBUG", None): log(f"seeking {hotwords} in {text}") if not hotwords: - if os.environ.get("HOTWORDS", None): + if not os.environ.get("HOTWORDS", None): print(text) else: log(text)