Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def create_demo():
|
|
84 |
|
85 |
with gr.Row():
|
86 |
with gr.Column(scale=1):
|
87 |
-
audio_input = gr.Audio(
|
88 |
|
89 |
with gr.Column(scale=1):
|
90 |
chat_output = gr.Textbox(label="AI Response")
|
|
|
84 |
|
85 |
with gr.Row():
|
86 |
with gr.Column(scale=1):
|
87 |
+
audio_input = gr.Audio(type="filepath", label="Press 'Record' to Speak")
|
88 |
|
89 |
with gr.Column(scale=1):
|
90 |
chat_output = gr.Textbox(label="AI Response")
|