Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|