patrickvonplaten commited on
Commit
3f864d3
1 Parent(s): 1785aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def transcribe(file):
23
  return transcription[0]
24
 
25
  iface = gr.Interface(
26
- fn=speech_recognize,
27
  inputs=gr.inputs.Audio(source="microphone", type='filepath'),
28
  outputs="text",
29
  )
 
23
  return transcription[0]
24
 
25
  iface = gr.Interface(
26
+ fn=transcribe,
27
  inputs=gr.inputs.Audio(source="microphone", type='filepath'),
28
  outputs="text",
29
  )