Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -346,7 +346,7 @@ def propagate_to_all(video_in, checkpoint, stored_inference_state, stored_frame_
|
|
346 |
print(f"JPEG_IMAGES: {jpeg_images}")
|
347 |
|
348 |
if vis_frame_type == "check":
|
349 |
-
return gr.update(value=jpeg_images), gr.update(value=None), gr.update(choices=jpeg_images, value=
|
350 |
elif vis_frame_type == "render":
|
351 |
# Create a video clip from the image sequence
|
352 |
original_fps = get_video_fps(video_in)
|
|
|
346 |
print(f"JPEG_IMAGES: {jpeg_images}")
|
347 |
|
348 |
if vis_frame_type == "check":
|
349 |
+
return gr.update(value=jpeg_images), gr.update(value=None), gr.update(choices=jpeg_images, value=None, visible=False)
|
350 |
elif vis_frame_type == "render":
|
351 |
# Create a video clip from the image sequence
|
352 |
original_fps = get_video_fps(video_in)
|