fffiloni commited on
Commit
416ffa9
·
1 Parent(s): bf1d0cd

Update app.py

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