Skip to content

Commit

Permalink
Merge pull request #208 from arnavmehta7/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bain authored May 2, 2023
2 parents e24ca9e + 64ca208 commit 9fb5141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whisperx/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ def get_raw_text(word_row):
word_list.append(
{
"word": curr_text.rstrip(),
"start": word_start,
"end": word_end,
"start": wseg.iloc[wdx]['start'],
"end": wseg.iloc[wdx]['end'],
}
)

Expand Down

0 comments on commit 9fb5141

Please sign in to comment.