akhaliq HF staff commited on
Commit
28b7956
1 Parent(s): 148b8e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -155,6 +155,7 @@ with block:
155
  audio = gr.Audio(
156
  label="Input Audio",
157
  show_label=False,
 
158
  type="filepath"
159
  )
160
 
155
  audio = gr.Audio(
156
  label="Input Audio",
157
  show_label=False,
158
+ source="microphone",
159
  type="filepath"
160
  )
161