Improvements

This commit is contained in:
2026-05-26 21:07:58 -07:00
parent 58bab75bb5
commit d0fcdfab01
21 changed files with 121 additions and 33 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import logging
from faster_whisper import WhisperModel
logging.basicConfig(level=logging.INFO)
# Do not call basicConfig here, as it's called in the orchestrator
logger = logging.getLogger(__name__)