Spaces:
Runtime error
Runtime error
hedronstone
commited on
Commit
•
c07ca88
1
Parent(s):
2565e2b
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ mf_transcribe = gr.Interface(
|
|
68 |
outputs="text",
|
69 |
layout="horizontal",
|
70 |
theme="huggingface",
|
71 |
-
title="Swahili
|
72 |
description=(
|
73 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
74 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
@@ -83,7 +83,7 @@ yt_transcribe = gr.Interface(
|
|
83 |
outputs=["html", "text"],
|
84 |
layout="horizontal",
|
85 |
theme="huggingface",
|
86 |
-
title="Swahili
|
87 |
description=(
|
88 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
89 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
|
|
68 |
outputs="text",
|
69 |
layout="horizontal",
|
70 |
theme="huggingface",
|
71 |
+
title="Whisper-Swahili Demo: Transcribe Audio",
|
72 |
description=(
|
73 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
74 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
|
|
83 |
outputs=["html", "text"],
|
84 |
layout="horizontal",
|
85 |
theme="huggingface",
|
86 |
+
title="Whisper-Swahili Demo: Transcribe YouTube",
|
87 |
description=(
|
88 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
89 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|