Didier commited on
Commit
46986c0
·
verified ·
1 Parent(s): d42b9cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks() as demo:
254
  #clear_btn=None, # Unfortunately, clear_btn also reset the additional inputs. Hence disabling for now.
255
  allow_flagging="never",
256
  examples=examples,
257
- cache_examples=True
258
  )
259
 
260
  with gr.Accordion("Documentation", open=False):
 
254
  #clear_btn=None, # Unfortunately, clear_btn also reset the additional inputs. Hence disabling for now.
255
  allow_flagging="never",
256
  examples=examples,
257
+ cache_examples=False
258
  )
259
 
260
  with gr.Accordion("Documentation", open=False):