aashwinik commited on
Commit
b23d0d9
1 Parent(s): ad3d9a1

Update Face_Censoring.py

Browse files
Files changed (1) hide show
  1. 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\censored_' + str(filePath.name) + '.mp4'
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()