nagasurendra commited on
Commit
c5c67e7
·
verified ·
1 Parent(s): 9988961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def run_assistant(audio):
81
  with gr.Blocks() as demo:
82
  gr.Markdown("# Voice-Activated Restaurant Assistant")
83
  with gr.Row():
84
- audio_input = gr.Audio(source="microphone", type="filepath", label="Speak Now")
85
  text_output = gr.Textbox(label="Transcription")
86
  audio_output = gr.Audio(label="Assistant Response")
87
 
 
81
  with gr.Blocks() as demo:
82
  gr.Markdown("# Voice-Activated Restaurant Assistant")
83
  with gr.Row():
84
+ audio_input = gr.Audio(type="filepath", label="Speak Now")
85
  text_output = gr.Textbox(label="Transcription")
86
  audio_output = gr.Audio(label="Assistant Response")
87