bill-jiang commited on
Commit
a8de91e
1 Parent(s): 54b9ded

Update examples

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