fffiloni commited on
Commit
86798c5
1 Parent(s): 95a9f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def find_scenes(video_path, threshold=27.0):
40
  #print(shot_in, shot_out)
41
 
42
  results = fn(data_outputs)
43
-
44
  #ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname="cut.mp4")
45
 
46
  return results
 
40
  #print(shot_in, shot_out)
41
 
42
  results = fn(data_outputs)
43
+ print(results)
44
  #ffmpeg_extract_subclip(video_path, shot_in, shot_out, targetname="cut.mp4")
45
 
46
  return results