nagasurendra commited on
Commit
989231a
·
verified ·
1 Parent(s): 446fcfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -91,6 +91,8 @@ def run_assistant(audio):
91
 
92
  with gr.Blocks() as demo:
93
  gr.Markdown("# Voice-Activated Restaurant Assistant")
94
- audio_input = gr.Audio(type="filepath", label="Speak Now", source="microphone")
 
 
95
 
96
  demo.launch()
 
91
 
92
  with gr.Blocks() as demo:
93
  gr.Markdown("# Voice-Activated Restaurant Assistant")
94
+ audio_input = gr.Audio(type="filepath", label="Speak Now")
95
+
96
+ output_text = gr.Textbox(label="Transcription")
97
 
98
  demo.launch()