Spaces:
Runtime error
Runtime error
remove description
Browse files
app.py
CHANGED
@@ -37,11 +37,6 @@ file_transcribe = gr.Interface(
|
|
37 |
],
|
38 |
outputs="text",
|
39 |
title="Whisper Large V3: Transcribe Audio",
|
40 |
-
description=(
|
41 |
-
"Transcribe long-form audio files! Demo uses the"
|
42 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
43 |
-
" of arbitrary length."
|
44 |
-
),
|
45 |
allow_flagging="never",
|
46 |
)
|
47 |
|
|
|
37 |
],
|
38 |
outputs="text",
|
39 |
title="Whisper Large V3: Transcribe Audio",
|
|
|
|
|
|
|
|
|
|
|
40 |
allow_flagging="never",
|
41 |
)
|
42 |
|