Skip to content

Commit

Permalink
Merge branch 'master' into split_build_parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Jun 29, 2023
2 parents ef09709 + bf5acf6 commit 5e244c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/whisper/whisper.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func Transcript(model whisper.Model, audiopath, language string, threads uint) (
context.SetLanguage("auto")
}

if err := context.Process(data, nil); err != nil {
if err := context.Process(data, nil, nil); err != nil {
return "", err
}

Expand Down

0 comments on commit 5e244c5

Please sign in to comment.