Skip to content

Commit

Permalink
fix dual_channel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chainyo committed Oct 5, 2023
1 parent 147e295 commit 9c7c513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wordcab_transcribe/services/transcribe_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def multi_channel(
"start": word.start,
"end": word.end,
"word": word.word,
"score": word.probability,
"probability": word.probability,
}
)

Expand Down

0 comments on commit 9c7c513

Please sign in to comment.