Antoine245 commited on
Commit
087746e
·
1 Parent(s): 7ddaf2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
47
  time.sleep(0.05)
48
  yield history
49
  response = msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
50
- bot, [msg, chatbot], [msg, chatbot]
51
  )
52
  response.then(lambda: gr.update(interactive=True), None, [msg], queue=False)
53
 
 
47
  time.sleep(0.05)
48
  yield history
49
  response = msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
50
+ bot, chatbot, chatbot
51
  )
52
  response.then(lambda: gr.update(interactive=True), None, [msg], queue=False)
53