Antoine245 commited on
Commit
e288c9d
·
1 Parent(s): 412c024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ with gr.Blocks() as demo:
46
  time.sleep(2)
47
  return messages
48
 
49
- msg.submit(respond, [msg, chatbot])
50
 
51
  demo.launch()
 
46
  time.sleep(2)
47
  return messages
48
 
49
+ msg.submit(respond, msg,chatbot)
50
 
51
  demo.launch()