Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,7 @@ with gr.Blocks(fill_height=True, ) as demo:
|
|
130 |
multimodal=True,
|
131 |
textbox=chat_input,
|
132 |
chatbot=chatbot,
|
|
|
133 |
)
|
134 |
|
135 |
demo.queue(api_open=False)
|
|
|
130 |
multimodal=True,
|
131 |
textbox=chat_input,
|
132 |
chatbot=chatbot,
|
133 |
+
cache_examples=False,
|
134 |
)
|
135 |
|
136 |
demo.queue(api_open=False)
|