Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -59,11 +59,9 @@ mf_transcribe = gr.Interface(
|
|
59 |
outputs="text",
|
60 |
layout="horizontal",
|
61 |
theme="huggingface",
|
62 |
-
title="
|
63 |
description=(
|
64 |
-
"
|
65 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
66 |
-
" of arbitrary length."
|
67 |
),
|
68 |
allow_flagging="never",
|
69 |
)
|
|
|
59 |
outputs="text",
|
60 |
layout="horizontal",
|
61 |
theme="huggingface",
|
62 |
+
title="Dutch whisper summarizer",
|
63 |
description=(
|
64 |
+
"Get a transcription and summary of some Dutch audio input!."
|
|
|
|
|
65 |
),
|
66 |
allow_flagging="never",
|
67 |
)
|