syedmudassir16 commited on
Commit
86520cc
·
verified ·
1 Parent(s): 681373c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(title="Voice chat with LLM") as demo:
82
  container=False,
83
  interactive=True,
84
  )
85
- audio_record = gr.Audio(source="microphone", type="filepath", scale=4)
86
 
87
  # Define generated audio playback component
88
  with gr.Row():
 
82
  container=False,
83
  interactive=True,
84
  )
85
+ audio_record = gr.Audio(sources="microphone", type="filepath", scale=4)
86
 
87
  # Define generated audio playback component
88
  with gr.Row():