Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -342,9 +342,9 @@ with demo:
|
|
342 |
with gr.Tab("Whisper speaker diarization"):
|
343 |
gr.Markdown('''
|
344 |
<div>
|
345 |
-
<h1
|
346 |
-
|
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 |
|
|
|
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 |
|