syedmudassir16 commited on
Commit
2ae0339
·
verified ·
1 Parent(s): 5d145f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks() as demo:
105
 
106
  with gr.Row():
107
  submit = gr.Button("Send")
108
- voice_input = gr.Audio(source="microphone", type="filepath", label="Voice Input")
109
 
110
  # Handle text input
111
  msg.submit(process_input, inputs=[msg, state], outputs=[state, chatbot, msg, voice_input]).then(
 
105
 
106
  with gr.Row():
107
  submit = gr.Button("Send")
108
+ voice_input = gr.Audio(sources="microphone", type="filepath", label="Voice Input")
109
 
110
  # Handle text input
111
  msg.submit(process_input, inputs=[msg, state], outputs=[state, chatbot, msg, voice_input]).then(