Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def inference_and_return_video(dilation_iterations, num_inference_steps, video_s
|
|
| 218 |
clip.write_videofile(video_file, codec='libx264', audio=False, verbose=False, logger=None)
|
| 219 |
return video_file
|
| 220 |
|
| 221 |
-
|
| 222 |
def track_video(n_frames, video_state):
|
| 223 |
|
| 224 |
input_points = video_state["input_points"]
|
|
|
|
| 218 |
clip.write_videofile(video_file, codec='libx264', audio=False, verbose=False, logger=None)
|
| 219 |
return video_file
|
| 220 |
|
| 221 |
+
|
| 222 |
def track_video(n_frames, video_state):
|
| 223 |
|
| 224 |
input_points = video_state["input_points"]
|