Spaces:
Paused
Paused
Update app.py
Browse files
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,
|
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}")
|