Upload app.py
Browse files
app.py
CHANGED
|
@@ -271,9 +271,8 @@ and VOID will erase the object along with its physical interactions (shadows, de
|
|
| 271 |
examples=EXAMPLES,
|
| 272 |
inputs=[input_video, mask_video, prompt, num_steps, guidance_scale, seed],
|
| 273 |
outputs=[output_video],
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
label="Sample sequences — click to load and run",
|
| 277 |
)
|
| 278 |
|
| 279 |
run_btn.click(
|
|
|
|
| 271 |
examples=EXAMPLES,
|
| 272 |
inputs=[input_video, mask_video, prompt, num_steps, guidance_scale, seed],
|
| 273 |
outputs=[output_video],
|
| 274 |
+
cache_examples=False,
|
| 275 |
+
label="Sample sequences — click to load inputs",
|
|
|
|
| 276 |
)
|
| 277 |
|
| 278 |
run_btn.click(
|