Spaces:
Runtime error
Runtime error
heheyas commited on
Commit ·
4c606b8
1
Parent(s): b0e8b88
fix
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ def do_sample(
|
|
| 140 |
# write_video(video_path, frames, fps=6)
|
| 141 |
writer = cv2.VideoWriter(
|
| 142 |
video_path,
|
| 143 |
-
cv2.VideoWriter_fourcc(
|
| 144 |
6,
|
| 145 |
(frames.shape[-1], frames.shape[-2]),
|
| 146 |
)
|
|
|
|
| 140 |
# write_video(video_path, frames, fps=6)
|
| 141 |
writer = cv2.VideoWriter(
|
| 142 |
video_path,
|
| 143 |
+
cv2.VideoWriter_fourcc("m", "p", "4", "v"),
|
| 144 |
6,
|
| 145 |
(frames.shape[-1], frames.shape[-2]),
|
| 146 |
)
|