fffiloni commited on
Commit
53a4f45
·
1 Parent(s): 25a4251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def run_inference(prompt, video_path, condition, video_length):
77
 
78
  # Call the function to resize the video
79
  resized_video_path = resize_video(input_vid, new_width=512)
80
- print(resized_video)
81
  width, height, fps = get_video_dimension(resized_video_path)
82
 
83
  print(f"{width} x {height} | {fps}")
 
77
 
78
  # Call the function to resize the video
79
  resized_video_path = resize_video(input_vid, new_width=512)
80
+ print(resized_video_path)
81
  width, height, fps = get_video_dimension(resized_video_path)
82
 
83
  print(f"{width} x {height} | {fps}")