Eniola Alese commited on
Commit
6a4f073
1 Parent(s): cf9a0f1

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(title="Voice chat with LLM") as demo:
103
  container=False,
104
  interactive=True,
105
  )
106
- audio_record = gr.Audio(source="microphone", type="filepath", scale=4)
107
 
108
  # Define generated audio playback component
109
  with gr.Row():
 
103
  container=False,
104
  interactive=True,
105
  )
106
+ audio_record = gr.Audio(sources=["microphone"], type="filepath", scale=4)
107
 
108
  # Define generated audio playback component
109
  with gr.Row():