vumichien commited on
Commit
f6d85a0
1 Parent(s): 97069d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -342,9 +342,9 @@ with demo:
342
  with gr.Tab("Whisper speaker diarization"):
343
  gr.Markdown('''
344
  <div>
345
- <h1> style='text-align: center'>Whisper speaker diarization</h1>
346
- <h2> This space uses Whisper models from <a href='https://github.com/openai/whisper' target='_blank'><b>OpenAI</b></a> with <a href='https://github.com/guillaumekln/faster-whisper' target='_blank'><b>CTranslate2</b></a> which is a fast inference engine for Transformer models to recognize the speech (4 times faster than original openai model with same accuracy)
347
- and ECAPA-TDNN model from <a href='https://github.com/speechbrain/speechbrain' target='_blank'><b>SpeechBrain</b></a> to encode and clasify speakers</h2>
348
  </div>
349
  ''')
350
 
 
342
  with gr.Tab("Whisper speaker diarization"):
343
  gr.Markdown('''
344
  <div>
345
+ <h1 style='text-align: center'>Whisper speaker diarization</h1>
346
+ This space uses Whisper models from <a href='https://github.com/openai/whisper' target='_blank'><b>OpenAI</b></a> with <a href='https://github.com/guillaumekln/faster-whisper' target='_blank'><b>CTranslate2</b></a> which is a fast inference engine for Transformer models to recognize the speech (4 times faster than original openai model with same accuracy)
347
+ and ECAPA-TDNN model from <a href='https://github.com/speechbrain/speechbrain' target='_blank'><b>SpeechBrain</b></a> to encode and clasify speakers
348
  </div>
349
  ''')
350