Commit
•
523090a
1
Parent(s):
18c8c48
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ yt_transcribe = gr.Interface(
|
|
83 |
theme="huggingface",
|
84 |
title="Whisper Demo: Transcribe YouTube",
|
85 |
description=(
|
86 |
-
"Transcribe long-form YouTube videos with the click of a button! Demo uses the
|
87 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
88 |
" arbitrary length."
|
89 |
),
|
|
|
83 |
theme="huggingface",
|
84 |
title="Whisper Demo: Transcribe YouTube",
|
85 |
description=(
|
86 |
+
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint:"
|
87 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
88 |
" arbitrary length."
|
89 |
),
|