Spaces:
Runtime error
Runtime error
Commit
•
e0361cf
1
Parent(s):
02215da
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ mf_transcribe = gr.Interface(
|
|
64 |
outputs="text",
|
65 |
layout="horizontal",
|
66 |
theme="huggingface",
|
67 |
-
title="Whisper
|
68 |
description=(
|
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"
|
@@ -86,7 +86,7 @@ yt_transcribe = gr.Interface(
|
|
86 |
outputs=["html", "text"],
|
87 |
layout="horizontal",
|
88 |
theme="huggingface",
|
89 |
-
title="Whisper Speaker Diarization
|
90 |
description=(
|
91 |
"Transcribe YouTube videos with speaker diarization using 🤗 Speechbox. Demo uses the pre-trained checkpoint"
|
92 |
f" [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) for the ASR transcriptions and"
|
|
|
64 |
outputs="text",
|
65 |
layout="horizontal",
|
66 |
theme="huggingface",
|
67 |
+
title="Whisper Speaker Diarization: Transcribe Audio",
|
68 |
description=(
|
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"
|
|
|
86 |
outputs=["html", "text"],
|
87 |
layout="horizontal",
|
88 |
theme="huggingface",
|
89 |
+
title="Whisper Speaker Diarization: Transcribe YouTube",
|
90 |
description=(
|
91 |
"Transcribe YouTube videos with speaker diarization using 🤗 Speechbox. Demo uses the pre-trained checkpoint"
|
92 |
f" [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) for the ASR transcriptions and"
|