bomolopuu commited on
Commit
1a47928
·
1 Parent(s): d5d16e3
Files changed (1) hide show
  1. app.py +0 -1
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