Spaces:
Runtime error
Runtime error
Commit
·
139afde
1
Parent(s):
3f03b24
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ mf_transcribe = gr.Interface(
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
-
title="Whisper-Swahili Demo: Transcribe Audio",
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
73 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
@@ -82,7 +82,7 @@ yt_transcribe = gr.Interface(
|
|
82 |
outputs=["html", "text"],
|
83 |
layout="horizontal",
|
84 |
theme="huggingface",
|
85 |
-
title="Whisper-Swahili Demo: Transcribe YouTube",
|
86 |
description=(
|
87 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
88 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
@@ -92,6 +92,6 @@ yt_transcribe = gr.Interface(
|
|
92 |
)
|
93 |
|
94 |
with demo:
|
95 |
-
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
96 |
|
97 |
demo.launch(enable_queue=True)
|
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
+
title="🌍 Whisper-Swahili Demo: Transcribe Audio",
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
73 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
|
|
82 |
outputs=["html", "text"],
|
83 |
layout="horizontal",
|
84 |
theme="huggingface",
|
85 |
+
title= "Whisper-Swahili Demo: Transcribe YouTube",
|
86 |
description=(
|
87 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
88 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
|
|
92 |
)
|
93 |
|
94 |
with demo:
|
95 |
+
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["💋💨 Transcribe Audio", 📺 "Transcribe YouTube"])
|
96 |
|
97 |
demo.launch(enable_queue=True)
|