Spaces:
Running
on
Zero
Running
on
Zero
NGUYEN, Xuan Phi
commited on
Commit
•
fa7c6d7
1
Parent(s):
d3c19b3
update
Browse files
multipurpose_chatbot/demos/mm_chat_interface.py
CHANGED
@@ -380,6 +380,7 @@ class MultiModalTextChatInterface(CustomizedChatInterface):
|
|
380 |
# outputs=self.chatbot,
|
381 |
# fn=examples_fn,
|
382 |
examples_per_page=EXAMPLES_PER_PAGE,
|
|
|
383 |
)
|
384 |
|
385 |
any_unrendered_inputs = any(
|
|
|
380 |
# outputs=self.chatbot,
|
381 |
# fn=examples_fn,
|
382 |
examples_per_page=EXAMPLES_PER_PAGE,
|
383 |
+
cache_examples=False,
|
384 |
)
|
385 |
|
386 |
any_unrendered_inputs = any(
|