Update app.py
Browse files
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",
|
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)
|