flocolombari commited on
Commit
80efb09
·
1 Parent(s): 84029b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  """