Spaces:
Sleeping
Sleeping
Update Face_Censoring.py
Browse files- Face_Censoring.py +1 -1
Face_Censoring.py
CHANGED
|
@@ -32,4 +32,4 @@ def censor_face(filePath):
|
|
| 32 |
success, frame = video.read()
|
| 33 |
|
| 34 |
output.release()
|
| 35 |
-
return
|
|
|
|
| 32 |
success, frame = video.read()
|
| 33 |
|
| 34 |
output.release()
|
| 35 |
+
return output
|