SkalskiP commited on
Commit
0f9d139
·
1 Parent(s): 2c27fb5

migrating SAM2 space from T4 to ZERO

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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