fffiloni commited on
Commit
53386f9
·
1 Parent(s): 449e320

Update app.py

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