Spaces:
Sleeping
Sleeping
Commit
·
e6a9720
1
Parent(s):
178f159
Update app.py
Browse files
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
|
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"):
|