Beasto commited on
Commit
3b9fc8c
·
1 Parent(s): c12e131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ if f is not None:
23
 
24
  st.image(img,use_column_width=True)
25
  st.write(np.argmax(pred))
 
 
26
  if pred2[0]>= 0.5:
27
  st.write('Male')
28
  else:
 
23
 
24
  st.image(img,use_column_width=True)
25
  st.write(np.argmax(pred))
26
+ st.write(pred)
27
+ st.write(pred2)
28
  if pred2[0]>= 0.5:
29
  st.write('Male')
30
  else: