malmukhtar commited on
Commit
83a5ea4
·
1 Parent(s): e61bb8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -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())