John Langley commited on
Commit
f60cc77
1 Parent(s): 38f8478

trying things with cpu

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