debug
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ mms_transcribe = gr.Interface(
|
|
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,
|
24 |
allow_flagging="never",
|
25 |
)
|
26 |
|
|
|
20 |
outputs="text",
|
21 |
title="Speech-to-text",
|
22 |
description=("Transcribe audio from a microphone or input file in your desired language."),
|
|
|
23 |
allow_flagging="never",
|
24 |
)
|
25 |
|