aashwinik commited on
Commit
7acc140
1 Parent(s): 9410a03

Update Face_Censoring.py

Browse files
Files changed (1) hide show
  1. Face_Censoring.py +1 -1
Face_Censoring.py CHANGED
@@ -1,5 +1,5 @@
1
  import cv2
2
- import Streamlit as st
3
 
4
  def censor_face(filePath):
5
  st.write(str(filePath))
 
1
  import cv2
2
+ import streamlit as st
3
 
4
  def censor_face(filePath):
5
  st.write(str(filePath))