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