Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|