linoyts HF Staff commited on
Commit
5347643
·
verified ·
1 Parent(s): c6f49f2

Update app.py

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