Spaces:
Runtime error
Runtime error
Commit
·
11a6c7b
1
Parent(s):
270ca3e
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ yt_transcribe = gr.Interface(
|
|
91 |
title="Whisper Speaker Diarization: Transcribe YouTube",
|
92 |
description=(
|
93 |
"Transcribe YouTube videos with speaker diarization using [🤗 Speechbox](https://github.com/huggingface/speechbox/). "
|
94 |
-
"Demo uses the pre-trained checkpoint [Whisper
|
95 |
"transcriptions and [pyannote.audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
|
96 |
"\n\n"
|
97 |
"Check out the repo here: https://github.com/huggingface/speechbox/"
|
|
|
91 |
title="Whisper Speaker Diarization: Transcribe YouTube",
|
92 |
description=(
|
93 |
"Transcribe YouTube videos with speaker diarization using [🤗 Speechbox](https://github.com/huggingface/speechbox/). "
|
94 |
+
"Demo uses the pre-trained checkpoint [Whisper Small.en](https://huggingface.co/openai/whisper-small.en) for the ASR "
|
95 |
"transcriptions and [pyannote.audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
|
96 |
"\n\n"
|
97 |
"Check out the repo here: https://github.com/huggingface/speechbox/"
|