Update app.py
Browse files
app.py
CHANGED
@@ -67,11 +67,12 @@ mf_transcribe = gr.Interface(
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
-
title="Whisper Demo: Transcribe Audio",
|
71 |
description=(
|
72 |
-
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the
|
73 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME})
|
74 |
-
" of arbitrary length."
|
|
|
75 |
),
|
76 |
allow_flagging="never",
|
77 |
)
|
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
+
title="Whisper Demo: Transcribe Czech Audio",
|
71 |
description=(
|
72 |
+
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the fine-tuned"
|
73 |
+
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) from Whisper Fine Tuning Sprint Event 2022 "
|
74 |
+
"and 🤗 Transformers to transcribe audio files of arbitrary length. It was fine tuned on A100 40GB GPU from LambdaLabs.com "
|
75 |
+
"and training took crazy 42 hours."
|
76 |
),
|
77 |
allow_flagging="never",
|
78 |
)
|