Update app.py
Browse filesAdd update in Youtube Transcribe section.
app.py
CHANGED
@@ -143,11 +143,13 @@ yt_transcribe = gr.Interface(
|
|
143 |
],
|
144 |
outputs=["html", "text"],
|
145 |
title="Whisper Large V3 Turbo: Transcribe YouTube",
|
146 |
-
|
|
|
|
|
|
|
|
|
147 |
description=(
|
148 |
-
"
|
149 |
-
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|
150 |
-
" arbitrary length."
|
151 |
),
|
152 |
allow_flagging="never",
|
153 |
)
|
|
|
143 |
],
|
144 |
outputs=["html", "text"],
|
145 |
title="Whisper Large V3 Turbo: Transcribe YouTube",
|
146 |
+
#description=(
|
147 |
+
# "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
148 |
+
# f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|
149 |
+
# " arbitrary length."
|
150 |
+
#),
|
151 |
description=(
|
152 |
+
"[Update] Error encountered when running in Hugging Face Space, please download to run locally instead."
|
|
|
|
|
153 |
),
|
154 |
allow_flagging="never",
|
155 |
)
|