Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
|
|
131 |
|
132 |
with gr.Row():
|
133 |
with gr.Column(scale=1):
|
134 |
-
audio_file_input = gr.
|
135 |
with gr.Column(scale=2):
|
136 |
chatbot = gr.Chatbot()
|
137 |
text_input = gr.Textbox(show_label=False, placeholder="Type your message here...")
|
|
|
131 |
|
132 |
with gr.Row():
|
133 |
with gr.Column(scale=1):
|
134 |
+
audio_file_input = gr.Audio(sources="microphone")
|
135 |
with gr.Column(scale=2):
|
136 |
chatbot = gr.Chatbot()
|
137 |
text_input = gr.Textbox(show_label=False, placeholder="Type your message here...")
|