Spaces:
Sleeping
Sleeping
Commit ·
a761e6a
1
Parent(s): 5a59c8e
Remove examples
Browse files
app.py
CHANGED
|
@@ -142,7 +142,6 @@ chat_interface_stream = gr.ChatInterface(predict,
|
|
| 142 |
description=description,
|
| 143 |
textbox=gr.Textbox(),
|
| 144 |
chatbot=chatbot,
|
| 145 |
-
cache_examples=True,
|
| 146 |
additional_inputs=additional_inputs)
|
| 147 |
|
| 148 |
# Gradio Demo
|
|
|
|
| 142 |
description=description,
|
| 143 |
textbox=gr.Textbox(),
|
| 144 |
chatbot=chatbot,
|
|
|
|
| 145 |
additional_inputs=additional_inputs)
|
| 146 |
|
| 147 |
# Gradio Demo
|