Spaces:
Running
on
Zero
Running
on
Zero
test examples
Browse files
app.py
CHANGED
@@ -326,8 +326,7 @@ with gr.Blocks() as demo:
|
|
326 |
output_image_component,
|
327 |
output_mask_component
|
328 |
],
|
329 |
-
run_on_click=
|
330 |
-
cache_examples=True
|
331 |
)
|
332 |
|
333 |
submit_button_component.click(
|
|
|
326 |
output_image_component,
|
327 |
output_mask_component
|
328 |
],
|
329 |
+
run_on_click=False
|
|
|
330 |
)
|
331 |
|
332 |
submit_button_component.click(
|