jieminz commited on
Commit
9d1e653
·
verified ·
1 Parent(s): 1aeedda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ),