Spaces:
Sleeping
Sleeping
bill-jiang
commited on
Commit
•
0868d1d
1
Parent(s):
0b81b87
Update examples
Browse files
app.py
CHANGED
@@ -480,9 +480,8 @@ with gr.Blocks(css=customCSS) as demo:
|
|
480 |
)
|
481 |
])
|
482 |
|
483 |
-
Init_chatbot = chat_instruct.value[:
|
484 |
-
|
485 |
-
3] + m2t_examples.value[:2] + t2t_examples.value[:2] + chat_instruct.value[
|
486 |
-6:]
|
487 |
|
488 |
# Variables
|
|
|
480 |
)
|
481 |
])
|
482 |
|
483 |
+
Init_chatbot = chat_instruct.value[:1] + t2m_examples.value[:
|
484 |
+
3] + m2t_examples.value[:4] + t2t_examples.value[:2] + chat_instruct.value[
|
|
|
485 |
-6:]
|
486 |
|
487 |
# Variables
|