Nils Durner commited on
Commit
86b8d48
·
1 Parent(s): 94d5f06

disable cache disposal

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def import_history(history, file):
107
  # The history is returned and will be set to the chatbot component
108
  return history
109
 
110
- with gr.Blocks(delete_cache=(86400, 86400)) as demo:
111
  gr.Markdown("# Amazon™️ Bedrock™️ Chat™️ (Nils' Version™️) feat. Mistral™️ AI & Anthropic™️ Claude™️")
112
 
113
  with gr.Accordion("Startup"):
 
107
  # The history is returned and will be set to the chatbot component
108
  return history
109
 
110
+ with gr.Blocks() as demo:
111
  gr.Markdown("# Amazon™️ Bedrock™️ Chat™️ (Nils' Version™️) feat. Mistral™️ AI & Anthropic™️ Claude™️")
112
 
113
  with gr.Accordion("Startup"):