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