Spaces:
Sleeping
Sleeping
Update Face_Censoring.py
Browse files- Face_Censoring.py +1 -1
Face_Censoring.py
CHANGED
|
@@ -37,5 +37,5 @@ def censor_face(filePath):
|
|
| 37 |
|
| 38 |
output.release()
|
| 39 |
#video.release()
|
| 40 |
-
result_video = open(tfile2
|
| 41 |
return result_video
|
|
|
|
| 37 |
|
| 38 |
output.release()
|
| 39 |
#video.release()
|
| 40 |
+
result_video = open(tfile2, "rb")
|
| 41 |
return result_video
|