ndurner commited on
Commit
f7ff440
·
1 Parent(s): 4e362cd

Revert "disable cache disposal"

Browse files

This reverts commit 86b8d48b4eb69e38d4ebf6540e73e3681a9c11ec.

Files changed (1) hide show
  1. app.py +1 -1
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"):