VanKee commited on
Commit
c1cc1d9
·
1 Parent(s): 212b9f6

update cache delete mechanism

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ iface = gr.Interface(
383
 
384
  Processing may take 30-60 seconds. You can find the download button in the top-right corner of the generated GIF.
385
  """,
386
- # (Removed examples and cache_examples)
387
  )
388
 
389
  if __name__ == "__main__":
 
383
 
384
  Processing may take 30-60 seconds. You can find the download button in the top-right corner of the generated GIF.
385
  """,
386
+ delete_cache=(86400,86400)
387
  )
388
 
389
  if __name__ == "__main__":