nagasurendra commited on
Commit
78a3b91
·
verified ·
1 Parent(s): f7d4d31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(source="microphone", type="filepath", label="Speak Now")
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.")