fffiloni commited on
Commit
c1b5e5e
·
1 Parent(s): 96f4f7e

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][1])
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][1][0])
20
 
21
  return scene_list
22