Olivier-Truong commited on
Commit
ec57f8f
1 Parent(s): 72b6265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ gr.Interface(
261
  type="filepath",
262
  value="examples/female.wav",
263
  ),
264
- gr.Audio(source="microphone",
265
  type="filepath",
266
  #info="Use your microphone to record audio",
267
  label="Use Microphone for Reference"),
 
261
  type="filepath",
262
  value="examples/female.wav",
263
  ),
264
+ gr.Audio(sources=["microphone"],
265
  type="filepath",
266
  #info="Use your microphone to record audio",
267
  label="Use Microphone for Reference"),