aashwinik commited on
Commit
86c36ee
1 Parent(s): caff417

Update Face_Censoring.py

Browse files
Files changed (1) hide show
  1. Face_Censoring.py +1 -1
Face_Censoring.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  import tempfile
4
 
5
  try:
6
- face_cascade = cv2.CascadeClassifier('XML\faces.xml')
7
  except Exception:
8
  st.write("Error loading cascade classifiers")
9
 
 
3
  import tempfile
4
 
5
  try:
6
+ face_cascade = cv2.CascadeClassifier('XML/faces.xml')
7
  except Exception:
8
  st.write("Error loading cascade classifiers")
9