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