Spaces:
Sleeping
Sleeping
Update Face_Censoring.py
Browse files- Face_Censoring.py +1 -1
Face_Censoring.py
CHANGED
@@ -9,7 +9,7 @@ except Exception:
|
|
9 |
|
10 |
def censor_face(filePath):
|
11 |
|
12 |
-
output_file = 'Output
|
13 |
|
14 |
video=cv2.VideoCapture(filePath.name)
|
15 |
success, frame = video.read()
|
|
|
9 |
|
10 |
def censor_face(filePath):
|
11 |
|
12 |
+
output_file = 'Output/censored_' + str(filePath.name) + '.mp4'
|
13 |
|
14 |
video=cv2.VideoCapture(filePath.name)
|
15 |
success, frame = video.read()
|