syedmudassir16 commited on
Commit
5ffa7c3
·
verified ·
1 Parent(s): 7fb43f8

Update app.py

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