Antoniskaraolis commited on
Commit
1bfa778
·
1 Parent(s): c227f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def transcribe(audio_data):
20
  # Create the Gradio interface
21
  iface = gr.Interface(
22
  fn=transcribe,
23
- inputs=gr.Audio(source="microphone", type="file", label="Record or Upload Audio"),
24
  outputs="text"
25
  )
26
 
 
20
  # Create the Gradio interface
21
  iface = gr.Interface(
22
  fn=transcribe,
23
+ inputs=gr.Audio(type="file", label="Record or Upload Audio"),
24
  outputs="text"
25
  )
26