DewiBrynJones commited on
Commit
8b00f49
1 Parent(s): 62af362
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio):
8
  return text
9
 
10
  demo = gr.Interface(
11
- fn=transcribe,
12
  gr.Audio(sources=["microphone"], type="filepath"),
13
  "text",
14
  )
 
8
  return text
9
 
10
  demo = gr.Interface(
11
+ transcribe,
12
  gr.Audio(sources=["microphone"], type="filepath"),
13
  "text",
14
  )