sarwansingh commited on
Commit
2b7d38d
·
verified ·
1 Parent(s): e984bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if img_file_buffer is not None:
48
 
49
  if matches[matchIndex]:
50
  name = classnames[matchIndex].upper()
51
-
52
  # show the name on image to user
53
  y1, x2, y2, x1 = faceLoc
54
  y1, x2, y2, x1 = y1 * 4, x2 * 4, y2 * 4, x1 * 4
 
48
 
49
  if matches[matchIndex]:
50
  name = classnames[matchIndex].upper()
51
+ st.write (name)
52
  # show the name on image to user
53
  y1, x2, y2, x1 = faceLoc
54
  y1, x2, y2, x1 = y1 * 4, x2 * 4, y2 * 4, x1 * 4