sitammeur commited on
Commit
416b670
1 Parent(s): fafd715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ demo = gr.Interface(
55
  description=description,
56
  article=article,
57
  examples=examples,
 
58
  theme="Soft",
59
  allow_flagging="never",
60
  )
 
55
  description=description,
56
  article=article,
57
  examples=examples,
58
+ cache_examples="lazy",
59
  theme="Soft",
60
  allow_flagging="never",
61
  )