Devakumar868 commited on
Commit
018a337
·
verified ·
1 Parent(s): 59ffc63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(title="Maya AI 📈") as demo:
114
  with gr.Row():
115
  with gr.Column():
116
  audio_in = gr.Audio(
117
- source="microphone",
118
  type="numpy",
119
  label="Record Your Voice"
120
  )
 
114
  with gr.Row():
115
  with gr.Column():
116
  audio_in = gr.Audio(
117
+ sources=["microphone"],
118
  type="numpy",
119
  label="Record Your Voice"
120
  )