bill-jiang commited on
Commit
0b81b87
β€’
1 Parent(s): 044c4ed

Update init

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -483,7 +483,7 @@ with gr.Blocks(css=customCSS) as demo:
483
  Init_chatbot = chat_instruct.value[:
484
  1] + t2m_examples.value[:
485
  3] + m2t_examples.value[:2] + t2t_examples.value[:2] + chat_instruct.value[
486
- -4:]
487
 
488
  # Variables
489
  motion_uploaded = gr.State({
 
483
  Init_chatbot = chat_instruct.value[:
484
  1] + t2m_examples.value[:
485
  3] + m2t_examples.value[:2] + t2t_examples.value[:2] + chat_instruct.value[
486
+ -6:]
487
 
488
  # Variables
489
  motion_uploaded = gr.State({