Spaces:
Runtime error
Runtime error
sanchit-gandhi
commited on
Commit
·
241f12e
1
Parent(s):
6e91234
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ mf_transcribe = gr.Interface(
|
|
69 |
"Transcribe audio files with speaker diarization using 🤗 Speechbox. Demo uses the pre-trained checkpoint"
|
70 |
f" [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) for the ASR transcriptions and"
|
71 |
f" [PyAnnote Audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
|
72 |
-
)
|
73 |
examples=[
|
74 |
["./processed.wav", True],
|
75 |
],
|
@@ -90,7 +90,7 @@ yt_transcribe = gr.Interface(
|
|
90 |
"Transcribe YouTube videos with speaker diarization using 🤗 Speechbox. Demo uses the pre-trained checkpoint"
|
91 |
f" [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) for the ASR transcriptions and"
|
92 |
f" [PyAnnote Audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
|
93 |
-
)
|
94 |
examples=[
|
95 |
["https://www.youtube.com/watch?v=9dAWIPixYxc", True],
|
96 |
],
|
|
|
69 |
"Transcribe audio files with speaker diarization using 🤗 Speechbox. Demo uses the pre-trained checkpoint"
|
70 |
f" [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) for the ASR transcriptions and"
|
71 |
f" [PyAnnote Audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
|
72 |
+
),
|
73 |
examples=[
|
74 |
["./processed.wav", True],
|
75 |
],
|
|
|
90 |
"Transcribe YouTube videos with speaker diarization using 🤗 Speechbox. Demo uses the pre-trained checkpoint"
|
91 |
f" [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) for the ASR transcriptions and"
|
92 |
f" [PyAnnote Audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
|
93 |
+
),
|
94 |
examples=[
|
95 |
["https://www.youtube.com/watch?v=9dAWIPixYxc", True],
|
96 |
],
|