Skip to content

Commit

Permalink
base.en model
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp committed Aug 15, 2024
1 parent c4e81fd commit a28d1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runners/audio_transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a28d1d6

Please sign in to comment.