Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DanZX3
/
Face_Recogniticon
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DanZX3
commited on
Jul 13, 2024
Commit
977561b
·
1 Parent(s):
50e0afe
colocar import os
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import streamlit as st
2
import cv2
3
import numpy as np
1
+
import os
2
import streamlit as st
3
import cv2
4
import numpy as np