Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ mf_transcribe = gr.Interface(
|
|
100 |
outputs="text",
|
101 |
layout="horizontal",
|
102 |
theme="huggingface",
|
103 |
-
title="
|
104 |
description=(
|
105 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
106 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
|
|
100 |
outputs="text",
|
101 |
layout="horizontal",
|
102 |
theme="huggingface",
|
103 |
+
title="Transcribe Audio",
|
104 |
description=(
|
105 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
106 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|