shariar076 commited on
Commit
5f661ec
1 Parent(s): e2052ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ examples = [
16
  # Create the Gradio interface
17
  interface = gr.Interface(
18
  fn=process_audio,
19
- inputs=gr.Audio(source="upload", type="filepath"),
20
  outputs=gr.Textbox(),
21
  examples=examples
22
  )
 
16
  # Create the Gradio interface
17
  interface = gr.Interface(
18
  fn=process_audio,
19
+ inputs=gr.Audio(sources="microphone", type="filepath"),
20
  outputs=gr.Textbox(),
21
  examples=examples
22
  )