ffreemt commited on
Commit
56732fa
1 Parent(s): de87da8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -404,7 +404,7 @@ with gr.Blocks(
404
  queue=True,
405
  show_progress="full",
406
  api_name=None,
407
- ).then(bot, chatbot, chatbot, queue=False)
408
  submit.click(
409
  # fn=lambda x, y: ("",) + user(x, y)[1:], # clear msg
410
  fn=user1, # clear msg
@@ -414,7 +414,7 @@ with gr.Blocks(
414
  # queue=False,
415
  show_progress="full",
416
  api_name=None,
417
- ).then(bot, chatbot, chatbot, queue=False)
418
 
419
  clear.click(lambda: None, None, chatbot, queue=False)
420
 
 
404
  queue=True,
405
  show_progress="full",
406
  api_name=None,
407
+ ).then(bot, chatbot, chatbot, queue=True)
408
  submit.click(
409
  # fn=lambda x, y: ("",) + user(x, y)[1:], # clear msg
410
  fn=user1, # clear msg
 
414
  # queue=False,
415
  show_progress="full",
416
  api_name=None,
417
+ ).then(bot, chatbot, chatbot, queue=True)
418
 
419
  clear.click(lambda: None, None, chatbot, queue=False)
420