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