Spaces:
Running
on
Zero
Running
on
Zero
Update multipurpose_chatbot/demos/chat_interface.py
Browse files
multipurpose_chatbot/demos/chat_interface.py
CHANGED
@@ -417,8 +417,8 @@ class CustomizedChatInterface(gr.ChatInterface):
|
|
417 |
self.examples_handler = Examples(
|
418 |
examples=examples,
|
419 |
inputs=[self.textbox] + self.additional_inputs,
|
420 |
-
outputs=self.chatbot,
|
421 |
-
fn=examples_fn,
|
422 |
)
|
423 |
|
424 |
any_unrendered_inputs = any(
|
|
|
417 |
self.examples_handler = Examples(
|
418 |
examples=examples,
|
419 |
inputs=[self.textbox] + self.additional_inputs,
|
420 |
+
# outputs=self.chatbot,
|
421 |
+
# fn=examples_fn,
|
422 |
)
|
423 |
|
424 |
any_unrendered_inputs = any(
|