Skip to content

Commit bdb71a2

Browse files
Update model.py
1 parent 91bb671 commit bdb71a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asr/whisper_en/local/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __new__(cls, context):
1414
device = "cuda:0" if torch.cuda.is_available() else "cpu"
1515
cls.pipe = pipeline(
1616
"automatic-speech-recognition",
17-
model="openai/whisper-small.en",
17+
model="openai/whisper-base.en",
1818
chunk_length_s=10,
1919
device=device,
2020
)

0 commit comments

Comments
 (0)