Spaces:
Runtime error
Runtime error
roychao19477
commited on
Commit
·
d3fe22c
1
Parent(s):
77503a3
Add limitations
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ def extract_faces(video_file):
|
|
| 195 |
[cv2.cvtColor(cv2.resize(f, (224, 224)), cv2.COLOR_BGR2RGB) for f in frames],
|
| 196 |
fps=fps
|
| 197 |
)
|
| 198 |
-
from moviepy.video.fx.
|
| 199 |
clip = MirrorY().apply(clip)
|
| 200 |
|
| 201 |
# Save audio from original, resampled to 16kHz
|
|
|
|
| 195 |
[cv2.cvtColor(cv2.resize(f, (224, 224)), cv2.COLOR_BGR2RGB) for f in frames],
|
| 196 |
fps=fps
|
| 197 |
)
|
| 198 |
+
from moviepy.video.fx.MirrorY import MirrorY
|
| 199 |
clip = MirrorY().apply(clip)
|
| 200 |
|
| 201 |
# Save audio from original, resampled to 16kHz
|