Spaces:
Build error
Build error
Commit
·
b95b5ca
1
Parent(s):
592f672
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,9 +75,9 @@ mf_transcribe = gr.Interface(
|
|
| 75 |
outputs="text",
|
| 76 |
layout="horizontal",
|
| 77 |
theme="huggingface",
|
| 78 |
-
title="Whisper
|
| 79 |
description=(
|
| 80 |
-
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the
|
| 81 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
| 82 |
" of arbitrary length."
|
| 83 |
),
|
|
@@ -93,10 +93,10 @@ yt_transcribe = gr.Interface(
|
|
| 93 |
outputs=["html", "text"],
|
| 94 |
layout="horizontal",
|
| 95 |
theme="huggingface",
|
| 96 |
-
title="Whisper
|
| 97 |
description=(
|
| 98 |
-
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint
|
| 99 |
-
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe
|
| 100 |
" arbitrary length."
|
| 101 |
),
|
| 102 |
allow_flagging="never",
|
|
|
|
| 75 |
outputs="text",
|
| 76 |
layout="horizontal",
|
| 77 |
theme="huggingface",
|
| 78 |
+
title="Whisper Large V2: Transcribe Audio",
|
| 79 |
description=(
|
| 80 |
+
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
| 81 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
| 82 |
" of arbitrary length."
|
| 83 |
),
|
|
|
|
| 93 |
outputs=["html", "text"],
|
| 94 |
layout="horizontal",
|
| 95 |
theme="huggingface",
|
| 96 |
+
title="Whisper Large V2: Transcribe YouTube",
|
| 97 |
description=(
|
| 98 |
+
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
| 99 |
+
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|
| 100 |
" arbitrary length."
|
| 101 |
),
|
| 102 |
allow_flagging="never",
|