Commit
·
80efb09
1
Parent(s):
84029b5
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import io
|
|
6 |
import scipy
|
7 |
import torch
|
8 |
import time
|
|
|
9 |
|
10 |
def detect_scene_changes(video_path, threshold):
|
11 |
"""
|
|
|
6 |
import scipy
|
7 |
import torch
|
8 |
import time
|
9 |
+
import numpy as np
|
10 |
|
11 |
def detect_scene_changes(video_path, threshold):
|
12 |
"""
|