RamAnanth1 commited on
Commit
efce5b5
·
1 Parent(s): d9b4dbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(title='Talk to chatGPT') as demo:
169
  )
170
 
171
  submit_btn.click(fn=chat,
172
- inputs=[prompt_input_audio, chat_history],
173
  outputs=[chatbot, chat_history],
174
  )
175
 
 
169
  )
170
 
171
  submit_btn.click(fn=chat,
172
+ inputs=[prompt_input, chat_history],
173
  outputs=[chatbot, chat_history],
174
  )
175