Kdorlette commited on
Commit
4539d16
·
1 Parent(s): da5b3f8
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,8 @@ if input_image is not None:
21
  for i in range(len(face_locations)):
22
  col = cols[i]
23
  face = face_locations[i]
24
- with col1:
 
25
  st.header("Face {}".format(i))
26
  # Print the location of each face in this image
27
  top, right, bottom, left = face_location
 
21
  for i in range(len(face_locations)):
22
  col = cols[i]
23
  face = face_locations[i]
24
+ # display faces
25
+ with col:
26
  st.header("Face {}".format(i))
27
  # Print the location of each face in this image
28
  top, right, bottom, left = face_location