spookyspaghetti commited on
Commit
a5eb216
1 Parent(s): e433460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def transcribe(audio):
21
  gr.Interface(
22
  fn=transcribe,
23
  inputs=[
24
- gr.components.Audio(source="microphone", type="filepath"),
25
  ],
26
  outputs=[
27
  "textbox",
 
21
  gr.Interface(
22
  fn=transcribe,
23
  inputs=[
24
+ gr.Audio(source="microphone", type="filepath"),
25
  ],
26
  outputs=[
27
  "textbox",