no examples
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ mms_transcribe = gr.Interface(
|
|
18 |
gr.Textbox(label="Optional: Provide your own transcription"),
|
19 |
],
|
20 |
outputs="text",
|
21 |
-
#examples=ASR_EXAMPLES,
|
22 |
title="Speech-to-text",
|
23 |
description=("Transcribe audio from a microphone or input file in your desired language."),
|
24 |
article=ASR_NOTE,
|
|
|
18 |
gr.Textbox(label="Optional: Provide your own transcription"),
|
19 |
],
|
20 |
outputs="text",
|
|
|
21 |
title="Speech-to-text",
|
22 |
description=("Transcribe audio from a microphone or input file in your desired language."),
|
23 |
article=ASR_NOTE,
|