Aliayub1995 commited on
Commit
7b8a2ab
1 Parent(s): c046ba1

Update videollama2/mm_utils.py

Browse files
Files changed (1) hide show
  1. videollama2/mm_utils.py +1 -1
videollama2/mm_utils.py CHANGED
@@ -136,7 +136,7 @@ def process_video(video_path, processor, s=None, e=None, aspect_ratio='pad', num
136
  output = 'Temp.mp4'
137
  gdown.download(video_path, output, quiet=False)
138
  video_path = 'Temp.mp4'
139
- logging.info(f"video downloaded form: {url}")
140
  if isinstance(video_path, str):
141
  if s is not None and e is not None:
142
  s = s if s >= 0. else 0.
 
136
  output = 'Temp.mp4'
137
  gdown.download(video_path, output, quiet=False)
138
  video_path = 'Temp.mp4'
139
+ logging.info(f"video downloaded form: {video_path}")
140
  if isinstance(video_path, str):
141
  if s is not None and e is not None:
142
  s = s if s >= 0. else 0.