Spaces:
Sleeping
Sleeping
Revert "disable cache disposal"
Browse filesThis reverts commit 86b8d48b4eb69e38d4ebf6540e73e3681a9c11ec.
app.py
CHANGED
@@ -93,7 +93,7 @@ def import_history(history, file):
|
|
93 |
|
94 |
return history, system_prompt.value # Return system prompt value to be set in the UI
|
95 |
|
96 |
-
with gr.Blocks() as demo:
|
97 |
gr.Markdown("# Amazon™️ Bedrock™️ Chat™️ (Nils' Version™️) feat. Mistral™️ AI & Anthropic™️ Claude™️")
|
98 |
|
99 |
with gr.Accordion("Startup"):
|
|
|
93 |
|
94 |
return history, system_prompt.value # Return system prompt value to be set in the UI
|
95 |
|
96 |
+
with gr.Blocks(delete_cache=(86400, 86400)) as demo:
|
97 |
gr.Markdown("# Amazon™️ Bedrock™️ Chat™️ (Nils' Version™️) feat. Mistral™️ AI & Anthropic™️ Claude™️")
|
98 |
|
99 |
with gr.Accordion("Startup"):
|