Spaces:
Running
on
Zero
Running
on
Zero
envs
Browse files
app.py
CHANGED
@@ -513,8 +513,8 @@ with block as demo:
|
|
513 |
width=384,
|
514 |
model_length=16
|
515 |
)
|
516 |
-
first_frame_path = gr.State(value=None
|
517 |
-
tracking_points = gr.State([]
|
518 |
|
519 |
with gr.Row():
|
520 |
with gr.Column(scale=1):
|
|
|
513 |
width=384,
|
514 |
model_length=16
|
515 |
)
|
516 |
+
first_frame_path = gr.State(value=None)
|
517 |
+
tracking_points = gr.State([])
|
518 |
|
519 |
with gr.Row():
|
520 |
with gr.Column(scale=1):
|