Spaces:
Sleeping
Sleeping
Update Face_Censoring.py
Browse files- Face_Censoring.py +1 -1
Face_Censoring.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import cv2
|
| 2 |
-
import
|
| 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))
|