Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -171,6 +171,7 @@ EXAMPLE_QUERIES = [
|
|
| 171 |
gradio.ChatInterface(
|
| 172 |
reply,
|
| 173 |
examples=EXAMPLE_QUERIES,
|
|
|
|
| 174 |
chatbot=gradio.Chatbot(
|
| 175 |
show_label=False,
|
| 176 |
show_share_button=False,
|
|
|
|
| 171 |
gradio.ChatInterface(
|
| 172 |
reply,
|
| 173 |
examples=EXAMPLE_QUERIES,
|
| 174 |
+
cache_examples=False,
|
| 175 |
chatbot=gradio.Chatbot(
|
| 176 |
show_label=False,
|
| 177 |
show_share_button=False,
|