Update app.py
Browse files
app.py
CHANGED
@@ -710,7 +710,7 @@ if __name__ == "__main__":
|
|
710 |
Framer = Drag("cuda", args, 320, 512, 14)
|
711 |
first_frame_path = gr.State()
|
712 |
last_frame_path = gr.State()
|
713 |
-
tracking_points = gr.State(
|
714 |
|
715 |
with gr.Row():
|
716 |
with gr.Column(scale=1):
|
|
|
710 |
Framer = Drag("cuda", args, 320, 512, 14)
|
711 |
first_frame_path = gr.State()
|
712 |
last_frame_path = gr.State()
|
713 |
+
tracking_points = gr.State()
|
714 |
|
715 |
with gr.Row():
|
716 |
with gr.Column(scale=1):
|