syedmudassir16 commited on
Commit
b70b8ee
·
verified ·
1 Parent(s): 1eacd2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
109
 
110
  with gr.Row():
111
  submit = gr.Button("Send")
112
- voice_input = gr.Audio(source="microphone", type="filepath", label="Voice Input")
113
 
114
  # Initialize chat with greeting
115
  demo.load(init_chat, outputs=[state, chatbot, audio_output])
 
109
 
110
  with gr.Row():
111
  submit = gr.Button("Send")
112
+ voice_input = gr.Audio(sources="microphone", type="filepath", label="Voice Input")
113
 
114
  # Initialize chat with greeting
115
  demo.load(init_chat, outputs=[state, chatbot, audio_output])