doevent commited on
Commit
bf8a290
·
verified ·
1 Parent(s): 306553a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ gr.Interface(inference,
42
  article=article,
43
  examples=[['groot.jpeg', "2x"]],
44
  allow_flagging='never',
45
- cache_examples=False,
46
  delete_cache=(1800, 3600),
 
47
  ).queue(api_open=True).launch(show_error=True, show_api=True)
48
 
 
42
  article=article,
43
  examples=[['groot.jpeg', "2x"]],
44
  allow_flagging='never',
 
45
  delete_cache=(1800, 3600),
46
+ cache_mode="lazy",
47
  ).queue(api_open=True).launch(show_error=True, show_api=True)
48