Spaces:
Sleeping
Sleeping
bill-jiang
commited on
Commit
•
54b9ded
1
Parent(s):
0868d1d
Update examples
Browse files
app.py
CHANGED
@@ -480,9 +480,10 @@ with gr.Blocks(css=customCSS) as demo:
|
|
480 |
)
|
481 |
])
|
482 |
|
483 |
-
Init_chatbot = chat_instruct.value[:
|
|
|
484 |
3] + m2t_examples.value[:4] + t2t_examples.value[:2] + chat_instruct.value[
|
485 |
-
-
|
486 |
|
487 |
# Variables
|
488 |
motion_uploaded = gr.State({
|
|
|
480 |
)
|
481 |
])
|
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
|
489 |
motion_uploaded = gr.State({
|