Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ def reset_propagation(predictor, stored_inference_state):
|
|
399 |
|
400 |
predictor.reset_state(stored_inference_state)
|
401 |
print(f"RESET State: {stored_inference_state} ")
|
402 |
-
return gr.update(value=None, visible=False), stored_inference_state, None,
|
403 |
|
404 |
with gr.Blocks() as demo:
|
405 |
first_frame_path = gr.State()
|
|
|
399 |
|
400 |
predictor.reset_state(stored_inference_state)
|
401 |
print(f"RESET State: {stored_inference_state} ")
|
402 |
+
return gr.update(value=None, visible=False), stored_inference_state, None, []
|
403 |
|
404 |
with gr.Blocks() as demo:
|
405 |
first_frame_path = gr.State()
|