mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
references #202, attempt to fix speaker diarization failing in v3
This commit is contained in:
@ -450,8 +450,8 @@ def align(
|
||||
"end": srow["end"],
|
||||
"text": text,
|
||||
"words": word_list,
|
||||
# "word-segments": wseg,
|
||||
# "char-segments": cseg
|
||||
"word-segments": wseg,
|
||||
"char-segments": cseg
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user