diff options
Diffstat (limited to 'app/stt.py')
| -rw-r--r-- | app/stt.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -485,7 +485,7 @@ class Whisper: self.collector = collector self.model = None self.cfg = cfg - self.hallucination_filter = HallucinationFilter() + self.hallucination_filter = HallucinationFilter(cfg) self.segment_logger = segment_logger model_str = cfg["model"] |
