Spaces:
Runtime error
Runtime error
Commit
·
0b81b87
1
Parent(s):
044c4ed
Update init
Browse files
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 |
-
-
|
| 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({
|