Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def get_frames(video_in):
|
|
46 |
return frames, fps
|
47 |
|
48 |
def get_canny_filter(i):
|
49 |
-
|
50 |
|
51 |
#image = np.array(image)
|
52 |
|
|
|
46 |
return frames, fps
|
47 |
|
48 |
def get_canny_filter(i):
|
49 |
+
image = Image.open(i)
|
50 |
|
51 |
#image = np.array(image)
|
52 |
|