eienmojiki commited on
Commit
99e90f5
1 Parent(s): 4c7de52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ def update_task_options(
216
 
217
 
218
  # APP
219
- with gr.Blocks(css=CSS) as app:
220
  gr.Markdown("# 🐠 AnyDiffuse")
221
  with gr.Tab("Generation"):
222
  with gr.Row():
 
216
 
217
 
218
  # APP
219
+ with gr.Blocks(css=CSS, delete_cache=(86400, 86400)) as app:
220
  gr.Markdown("# 🐠 AnyDiffuse")
221
  with gr.Tab("Generation"):
222
  with gr.Row():