fffiloni commited on
Commit
a4646d7
·
1 Parent(s): 8e5dbd8

Update app.py

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