Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def process_video_for_canny(video, width, height):
|
|
117 |
"""
|
118 |
print("Processing video for canny control...")
|
119 |
canny_video = []
|
120 |
-
detect_resolution = video[0].size
|
121 |
|
122 |
for frame in video:
|
123 |
# TODO: change resolution logic
|
|
|
117 |
"""
|
118 |
print("Processing video for canny control...")
|
119 |
canny_video = []
|
120 |
+
detect_resolution = video[0].size
|
121 |
|
122 |
for frame in video:
|
123 |
# TODO: change resolution logic
|