Skip to content

Commit 2eb6f08

Browse files
Merge branch 'Samagra-Development:restructure' into restructure
2 parents b8684cf + ff3b186 commit 2eb6f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asr/whisper_en/local/model.py

Lines changed: 1 addition & 1 deletion
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-tiny.en",
17+
model="openai/whisper-small.en",
1818
chunk_length_s=10,
1919
device=device,
2020
)

0 commit comments

Comments
 (0)