Spaces:
Running
on
Zero
Running
on
Zero
Pierre Chapuis
commited on
eager examples caching
Browse files
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 |
|