Devakumar868 commited on
Commit
c16d7ae
·
verified ·
1 Parent(s): 501663c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(title="Maya AI 📈") as demo:
104
  with gr.Row():
105
  with gr.Column():
106
  audio_in = gr.Audio(
107
- source="microphone",
108
  type="numpy",
109
  label="Record Your Voice"
110
  )
 
104
  with gr.Row():
105
  with gr.Column():
106
  audio_in = gr.Audio(
107
+ sources=["microphone"],
108
  type="numpy",
109
  label="Record Your Voice"
110
  )