demavior commited on
Commit
b881b82
·
verified ·
1 Parent(s): a2978c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def transcribe(audio):
29
 
30
  gradio_app = gr.Interface(
31
  fn=transcribe,
32
- inputs=gr.Audio(label="Input"),
33
  outputs=gr.Textbox(label="Result"),
34
  title="Transcribed",
35
  )
 
29
 
30
  gradio_app = gr.Interface(
31
  fn=transcribe,
32
+ inputs=gr.Audio(type="filepath"),
33
  outputs=gr.Textbox(label="Result"),
34
  title="Transcribed",
35
  )