fffiloni commited on
Commit
26cc553
1 Parent(s): 95eab87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def find_scenes(video_path, threshold=27.0):
15
 
16
  #create video from scene list
17
 
18
- start_sec = int(scene_list[0][0]['frame_num'])
19
- print(start_sec)
20
 
21
  return scene_list
22
 
 
15
 
16
  #create video from scene list
17
 
18
+ #start_sec = int(scene_list[0][0]['frame_num'])
19
+ print(scene_list)
20
 
21
  return scene_list
22