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