Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ yt_transcribe = gr.Interface(
|
|
81 |
outputs=["html", "text"],
|
82 |
layout="horizontal",
|
83 |
theme="huggingface",
|
84 |
-
title="Whisper
|
85 |
description=(
|
86 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
87 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
|
|
81 |
outputs=["html", "text"],
|
82 |
layout="horizontal",
|
83 |
theme="huggingface",
|
84 |
+
title="Whisper-Medium-Bemba-ASR: Transcribe YouTube",
|
85 |
description=(
|
86 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
87 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|