Skip to content

Commit

Permalink
Fix english-only transcription
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Jun 21, 2023
1 parent 5feed27 commit 150bec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ self.addEventListener("message", async (event) => {
let transcript = await transcribe(
message.audio,
message.model,
message.model,
message.multilingual,
message.quantized,
message.subtask,
message.language,
Expand Down

0 comments on commit 150bec0

Please sign in to comment.