fffiloni commited on
Commit
0ca2a07
·
verified ·
1 Parent(s): 5439a6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def video_vision(video_input_path, prompt):
114
  output_video = "output_video.mp4"
115
 
116
  # Read the first image to get the size (resolution)
117
- frame = cv2.imread(seg_fraes[0])
118
  height, width, layers = frame.shape
119
 
120
  # Define the video codec and create VideoWriter object
 
114
  output_video = "output_video.mp4"
115
 
116
  # Read the first image to get the size (resolution)
117
+ frame = cv2.imread(seg_frames[0])
118
  height, width, layers = frame.shape
119
 
120
  # Define the video codec and create VideoWriter object