filipzawadka commited on
Commit
fadebb0
1 Parent(s): cf7f5dc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def transcribe(audio):
10
 
11
  demo = gr.Interface(
12
  fn=transcribe,
13
- inputs=gr.Audio(sources=["microphone"]),
14
  outputs="text",
15
  )
16
 
 
10
 
11
  demo = gr.Interface(
12
  fn=transcribe,
13
+ inputs=gr.Audio(sources=["microphone"],type="filepath"),
14
  outputs="text",
15
  )
16