akhaliq HF staff commited on
Commit
0443391
·
verified ·
1 Parent(s): 7fa63ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks() as demo:
180
 
181
  with gr.Row():
182
  with gr.Column():
183
- input_audio = gr.Audio(label="Input Audio", source="microphone", type="numpy")
184
  with gr.Column():
185
  chatbot = gr.Chatbot(label="Conversation", type="messages")
186
  output_audio = gr.Audio(label="Output Audio", autoplay=True)
 
180
 
181
  with gr.Row():
182
  with gr.Column():
183
+ input_audio = gr.Audio(label="Input Audio", sources="microphone", type="numpy")
184
  with gr.Column():
185
  chatbot = gr.Chatbot(label="Conversation", type="messages")
186
  output_audio = gr.Audio(label="Output Audio", autoplay=True)