bill-jiang commited on
Commit
0420e25
1 Parent(s): 7953440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -565,10 +565,10 @@ with gr.Blocks(css=customCSS) as demo:
565
  [chatbot, data_stored],
566
  queue=False).then(bot, [chatbot, motion_uploaded, data_stored, method],
567
  [chatbot, motion_uploaded, data_stored])
568
- regen_msg = regen.click(bot,
569
- [chatbot, motion_uploaded, data_stored, method],
570
- [chatbot, motion_uploaded, data_stored],
571
- queue=False)
572
 
573
  instruct_msg = instruct_eg.click(bot_example, [chatbot, chat_instruct],
574
  [chatbot],
 
565
  [chatbot, data_stored],
566
  queue=False).then(bot, [chatbot, motion_uploaded, data_stored, method],
567
  [chatbot, motion_uploaded, data_stored])
568
+ # regen_msg = regen.click(bot,
569
+ # [chatbot, motion_uploaded, data_stored, method],
570
+ # [chatbot, motion_uploaded, data_stored],
571
+ # queue=False)
572
 
573
  instruct_msg = instruct_eg.click(bot_example, [chatbot, chat_instruct],
574
  [chatbot],