업로드 기능 추가
This commit is contained in:
@@ -60,7 +60,7 @@ export class WhisperSegment extends LitElement {
|
||||
<div class="times">${hms(this.start)} - ${hms(this.end)}</div>
|
||||
<div class="words">
|
||||
${this.words.map(w =>
|
||||
html`<whisper-word title="${w.confidence || w.probability}" word="${w.text || w.word}" start="${w.start}" end="${w.end}" probability="${w.confidence}" />`
|
||||
html`<whisper-word title="${w.confidence || w.probability}" word="${w.text || w.word}" start="${w.start}" end="${w.end}" probability="${w.confidence || w.probability}" />`
|
||||
)}
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user