ixxan commited on
Commit
f23608f
·
verified ·
1 Parent(s): e7164c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ mms_transcribe = gr.Interface(
14
  description=(
15
  "Transcribe audio from a microphone or input file."
16
  ),
17
- article=ASR_NOTE,
18
  allow_flagging="never",
19
  )
20
 
 
14
  description=(
15
  "Transcribe audio from a microphone or input file."
16
  ),
17
+ #article=ASR_NOTE,
18
  allow_flagging="never",
19
  )
20