Spaces:
Runtime error
Runtime error
hide examples for now
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ with gr.Blocks() as demo:
|
|
| 218 |
output_mask_component
|
| 219 |
],
|
| 220 |
run_on_click=True,
|
| 221 |
-
cache_examples=
|
| 222 |
)
|
| 223 |
|
| 224 |
submit_button_component.click(
|
|
|
|
| 218 |
output_mask_component
|
| 219 |
],
|
| 220 |
run_on_click=True,
|
| 221 |
+
cache_examples=True
|
| 222 |
)
|
| 223 |
|
| 224 |
submit_button_component.click(
|