Spaces:
Running
on
Zero
Running
on
Zero
migrating SAM2 space from T4 to ZERO
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 |
-
run_on_click=True
|
|
|
|
| 132 |
)
|
| 133 |
|
| 134 |
|
|
|
|
| 128 |
image_prompter_input_component,
|
| 129 |
],
|
| 130 |
outputs=[image_output_component],
|
| 131 |
+
run_on_click=True,
|
| 132 |
+
cache_examples=False
|
| 133 |
)
|
| 134 |
|
| 135 |
|