Gbssreejith commited on
Commit
11b39ae
1 Parent(s): 97966bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio):
8
  return text, audio
9
 
10
  iface = gr.Interface(
11
- fn=transcribe_and_play,
12
  inputs=gr.Audio(sources="microphone", type="filepath",format="wav"),
13
  outputs="text",
14
  title="Whisper Small ml",
 
8
  return text, audio
9
 
10
  iface = gr.Interface(
11
+ fn=transcribe,
12
  inputs=gr.Audio(sources="microphone", type="filepath",format="wav"),
13
  outputs="text",
14
  title="Whisper Small ml",