업로드 기능 추가
This commit is contained in:
2
docs/whisper-transcript.min.js
vendored
2
docs/whisper-transcript.min.js
vendored
@@ -153,7 +153,7 @@ class WhisperSegment extends r {
|
||||
<div class="times">${hms(this.start)} - ${hms(this.end)}</div>
|
||||
<div class="words">
|
||||
${this.words.map(w =>
|
||||
x`<whisper-word title="${w.confidence}" word="${w.word}" start="${w.start}" end="${w.end}" probability="${w.probability}" />`
|
||||
x`<whisper-word title="${w.confidence || w.probability}" word="${w.word}" start="${w.start}" end="${w.end}" probability="${w.probability}" />`
|
||||
)}
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user