Pierre Chapuis commited on
Commit
b5c8a75
·
unverified ·
1 Parent(s): dd8f5e4

eager examples caching

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,6 +104,7 @@ with gr.Blocks() as demo:
104
  outputs=[output_slider, run_button],
105
  fn=process,
106
  cache_examples=True,
 
107
  run_on_click=False,
108
  )
109
 
 
104
  outputs=[output_slider, run_button],
105
  fn=process,
106
  cache_examples=True,
107
+ cache_mode="eager",
108
  run_on_click=False,
109
  )
110