akhaliq HF staff commited on
Commit
9ff561f
1 Parent(s): 7049daf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks() as demo:
189
 
190
  with gr.Row():
191
  with gr.Column():
192
- input_audio = gr.Audio(label="Input Audio", source="microphone", type="numpy")
193
  with gr.Column():
194
  chatbot = gr.Chatbot(label="Conversation", type="messages")
195
  output_audio = gr.Audio(label="Output Audio", autoplay=True)
 
189
 
190
  with gr.Row():
191
  with gr.Column():
192
+ input_audio = gr.Audio(label="Input Audio", sources="microphone", type="numpy")
193
  with gr.Column():
194
  chatbot = gr.Chatbot(label="Conversation", type="messages")
195
  output_audio = gr.Audio(label="Output Audio", autoplay=True)