shashichilappagari commited on
Commit
e6a9720
·
1 Parent(s): 178f159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ crop_model = degirum_tools.CroppingAndClassifyingCompoundModel(
41
  face_model, gender_model, 50.0
42
  )
43
 
44
- st.title('DeGirum Cloud Platform Demo of Face and Gender Detection Model')
45
 
46
  st.text('Upload an image. Then click on the submit button')
47
  with st.form("model_form"):
 
41
  face_model, gender_model, 50.0
42
  )
43
 
44
+ st.title('DeGirum Cloud Platform Demo of Face Detection and Gender Classification Models')
45
 
46
  st.text('Upload an image. Then click on the submit button')
47
  with st.form("model_form"):