Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,9 @@ mic_transcribe = gr.Interface(
|
|
62 |
outputs="text",
|
63 |
layout="horizontal",
|
64 |
theme="huggingface",
|
65 |
-
title="Whisper Demo: Transcribe Audio",
|
66 |
description=(
|
67 |
-
"Transcribe long-form microphone or audio inputs
|
68 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
69 |
-
" of arbitrary length."
|
70 |
),
|
71 |
allow_flagging="never",
|
72 |
)
|
|
|
62 |
outputs="text",
|
63 |
layout="horizontal",
|
64 |
theme="huggingface",
|
65 |
+
title="Irish Whisper Demo: Transcribe Audio",
|
66 |
description=(
|
67 |
+
"Transcribe long-form microphone or audio inputs of Irish speech."
|
|
|
|
|
68 |
),
|
69 |
allow_flagging="never",
|
70 |
)
|