Spaces:
Runtime error
Runtime error
envs
Browse files
app.py
CHANGED
@@ -529,8 +529,8 @@ with block as demo:
|
|
529 |
width=384,
|
530 |
model_length=16
|
531 |
)
|
532 |
-
first_frame_path = gr.State(
|
533 |
-
tracking_points = gr.State([]
|
534 |
|
535 |
with gr.Row():
|
536 |
with gr.Column(scale=1):
|
|
|
529 |
width=384,
|
530 |
model_length=16
|
531 |
)
|
532 |
+
first_frame_path = gr.State()
|
533 |
+
tracking_points = gr.State([])
|
534 |
|
535 |
with gr.Row():
|
536 |
with gr.Column(scale=1):
|