Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

customized template error

Open elf7979 opened this issue 1 year ago • 2 comments

I want to extract one person's speech so I used this:

{% for st in subtitles %} {% if st.speakers != 'speaker name' %} {{ st.text }} {% endif %} {% endfor %}

I believe this code will help me get all speechs excluding "speaker name's speech" but it worked the other way around. Speaker name's speech only were left using this code. Obiviously, I finished tagging on segmented speech.

I was wondering if you could help me for this. Thanks

elf7979 avatar Nov 08 '23 04:11 elf7979