Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -451,7 +451,7 @@ def reset_propagation(first_frame_path, predictor, stored_inference_state):
|
|
451 |
|
452 |
predictor.reset_state(stored_inference_state)
|
453 |
# print(f"RESET State: {stored_inference_state} ")
|
454 |
-
return first_frame_path,
|
455 |
|
456 |
|
457 |
with gr.Blocks(css=css) as demo:
|
|
|
451 |
|
452 |
predictor.reset_state(stored_inference_state)
|
453 |
# print(f"RESET State: {stored_inference_state} ")
|
454 |
+
return first_frame_path, [], [], gr.update(value=None, visible=False), stored_inference_state, None, ["frame_0.jpg"], first_frame_path, "frame_0.jpg", gr.update(visible=False)
|
455 |
|
456 |
|
457 |
with gr.Blocks(css=css) as demo:
|