Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks() as demo:
|
|
92 |
gr.Markdown("### Voice-Activated Restaurant Assistant")
|
93 |
|
94 |
with gr.Row():
|
95 |
-
voice_input = gr.Audio(
|
96 |
assistant_response = gr.Textbox(label="Assistant Response")
|
97 |
|
98 |
gr.Markdown("Note: The audio will play automatically.")
|
|
|
92 |
gr.Markdown("### Voice-Activated Restaurant Assistant")
|
93 |
|
94 |
with gr.Row():
|
95 |
+
voice_input = gr.Audio(type="filepath", label="Speak Now")
|
96 |
assistant_response = gr.Textbox(label="Assistant Response")
|
97 |
|
98 |
gr.Markdown("Note: The audio will play automatically.")
|