DSatishchandra commited on
Commit
c218b1a
1 Parent(s): b6e0bda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def create_gradio_interface():
50
  gr.Markdown("## AI Voice Bot for Food Ordering")
51
 
52
  # Audio Input: User speaks into microphone
53
- audio_input = gr.Audio(source="microphone", type="numpy", label="Speak to the bot")
54
 
55
  # Display the bot's response after recognition
56
  output_text = gr.Textbox(label="Bot Response")
 
50
  gr.Markdown("## AI Voice Bot for Food Ordering")
51
 
52
  # Audio Input: User speaks into microphone
53
+ audio_input = gr.Audio(type="numpy", label="Speak to the bot")
54
 
55
  # Display the bot's response after recognition
56
  output_text = gr.Textbox(label="Bot Response")