Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Warlord-K
/
AutomatedAttendance
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Warlord-K
commited on
Sep 3, 2023
Commit
c0f3d61
·
1 Parent(s):
0d90fff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import faiss
2
-
from
.
helpers import *
3
detector = load_detector()
4
model = load_model()
5
1
import faiss
2
+
from helpers import *
3
detector = load_detector()
4
model = load_model()
5