spookyspaghetti commited on
Commit
029cf21
1 Parent(s): b86d2fc

Update app.py

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