akhaliq HF staff commited on
Commit
24c4b6d
1 Parent(s): e27f5f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as demo:
156
 
157
  with gr.Row():
158
  with gr.Column():
159
- input_audio = gr.Audio(label="Input Audio", source="microphone", type="numpy")
160
  with gr.Column():
161
  chatbot = gr.Chatbot(label="Conversation", type="messages")
162
  output_audio = gr.Audio(label="Output Audio", autoplay=True)
 
156
 
157
  with gr.Row():
158
  with gr.Column():
159
+ input_audio = gr.Audio(label="Input Audio", sources="microphone", type="numpy")
160
  with gr.Column():
161
  chatbot = gr.Chatbot(label="Conversation", type="messages")
162
  output_audio = gr.Audio(label="Output Audio", autoplay=True)