From a28d1d63086095c7044660f566019276c48d6250 Mon Sep 17 00:00:00 2001 From: boocmp Date: Thu, 15 Aug 2024 21:37:44 +0700 Subject: [PATCH] base.en model --- src/runners/audio_transcriber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runners/audio_transcriber.py b/src/runners/audio_transcriber.py index c3a420d..61e6c32 100644 --- a/src/runners/audio_transcriber.py +++ b/src/runners/audio_transcriber.py @@ -134,7 +134,7 @@ def __init__(self): print(self.device, " ", compute_type) - model = "medium" + model = "base.en" self.model = whisper.load_model( whisper_arch=model, device=self.device,