Spaces:
Runtime error
Runtime error
examples no cache
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks() as demo:
|
|
203 |
output_mask_component
|
204 |
],
|
205 |
run_on_click=True,
|
206 |
-
cache_examples=
|
207 |
)
|
208 |
|
209 |
submit_button_component.click(
|
|
|
203 |
output_mask_component
|
204 |
],
|
205 |
run_on_click=True,
|
206 |
+
cache_examples=False
|
207 |
)
|
208 |
|
209 |
submit_button_component.click(
|