Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
malmukhtar/ImageDetection
malmukhtar
/
VideoDetection
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
malmukhtar
commited on
Jul 17, 2023
Commit
83a5ea4
·
1 Parent(s):
e61bb8b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -75,6 +75,7 @@ def inference(vid):
75
img_buf.seek(0)
76
77
im = Image.open(img_buf)
78
79
80
res = expit(faces_real_pred.mean())
75
img_buf.seek(0)
76
77
im = Image.open(img_buf)
78
+
79
80
81
res = expit(faces_real_pred.mean())