lwdgit commited on
Commit
5c43123
·
1 Parent(s): daa22ec
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,5 +38,6 @@ iface = gr.Interface(
38
  fn=speech_recognize,
39
  inputs=gr.Audio(source="microphone", type='filepath'),
40
  outputs="text",
 
41
  )
42
  iface.launch()
 
38
  fn=speech_recognize,
39
  inputs=gr.Audio(source="microphone", type='filepath'),
40
  outputs="text",
41
+ allow_flagging="never"
42
  )
43
  iface.launch()