fffiloni commited on
Commit
7081512
1 Parent(s): 2444810

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from scenedetect import SceneManager, open_video, detect, ContentDetector, split_video_ffmpeg
3
 
4
  def find_scenes(video_path, threshold=27.0):
5
  video = open_video(video_path)
 
1
  import gradio as gr
2
+ from scenedetect import SceneManager, open_video, detect, ContentDetector, video_splitter, split_video_ffmpeg
3
 
4
  def find_scenes(video_path, threshold=27.0):
5
  video = open_video(video_path)