Antoine245 commited on
Commit
d679045
·
1 Parent(s): 71c95a6

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], [msg, chatbot])
50
 
51
  demo.launch()
 
46
  time.sleep(2)
47
  return messages
48
 
49
+ msg.submit(respond,chatbot,chatbot)
50
 
51
  demo.launch()