From 25cce934c4f970eccd578380fbe623f11def64f8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 6 Nov 2025 15:02:12 +0800 Subject: [PATCH] bugfix --- fw/fw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/fw.py b/fw/fw.py index a75c615..0ce6f93 100644 --- a/fw/fw.py +++ b/fw/fw.py @@ -42,7 +42,7 @@ class MyLongTask(LongTasks): def transcribe(self, model, fpath): segments, info = model.transcribe(fpath, beam_size=5) segments = list(segments) - debug(f'{segments=}, {info=}') + debug(f'{segments=}') words = [] for s in segments: if s.words: