selim-ba commited on
Commit
8eeb2c5
·
verified ·
1 Parent(s): 3d4fa63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ class SuperSmartAgent:
185
  temp_path = os.path.join(tmpdirname, "video.mp4")
186
  stream.download(filename=temp_path)
187
 
188
- cap = cv2.VideoCapture(temp_file.name)
189
  frames = []
190
  frame_count = 0
191
 
 
185
  temp_path = os.path.join(tmpdirname, "video.mp4")
186
  stream.download(filename=temp_path)
187
 
188
+ cap = cv2.VideoCapture(temp_path)
189
  frames = []
190
  frame_count = 0
191