tdurzynski commited on
Commit
f4f0bbf
·
verified ·
1 Parent(s): 6246ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
117
  with gr.Row():
118
  # Audio input: records from the microphone.
119
  audio_input = gr.Audio(
120
- source="microphone",
121
  type="filepath",
122
  label="Record your speech (max 15 seconds)",
123
  elem_id="audio_input"
 
117
  with gr.Row():
118
  # Audio input: records from the microphone.
119
  audio_input = gr.Audio(
120
+ sources=["microphone"],
121
  type="filepath",
122
  label="Record your speech (max 15 seconds)",
123
  elem_id="audio_input"