Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
app.py
CHANGED
|
@@ -128,7 +128,8 @@ with gr.Blocks() as demo:
|
|
| 128 |
image_prompter_input_component,
|
| 129 |
],
|
| 130 |
outputs=[image_output_component],
|
| 131 |
-
cache_examples=False
|
|
|
|
| 132 |
)
|
| 133 |
|
| 134 |
|
|
|
|
| 128 |
image_prompter_input_component,
|
| 129 |
],
|
| 130 |
outputs=[image_output_component],
|
| 131 |
+
cache_examples=False,
|
| 132 |
+
run_on_click=True
|
| 133 |
)
|
| 134 |
|
| 135 |
|