Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ mms_transcribe = gr.Interface(
|
|
15 |
],
|
16 |
outputs="text",
|
17 |
examples=ASR_EXAMPLES,
|
18 |
-
title="Speech-to-text",
|
19 |
description=(
|
20 |
"Transcribe audio from a microphone or input file in your desired language."
|
21 |
),
|
|
|
15 |
],
|
16 |
outputs="text",
|
17 |
examples=ASR_EXAMPLES,
|
18 |
+
title="Automatic Speech Recognition (Speech-to-text)",
|
19 |
description=(
|
20 |
"Transcribe audio from a microphone or input file in your desired language."
|
21 |
),
|