Spaces:
Runtime error
Runtime error
Shafeek Saleem
commited on
Commit
•
3157ae0
1
Parent(s):
d5e2cab
ssf
Browse files- pages/4_Trying It Out.py +2 -2
pages/4_Trying It Out.py
CHANGED
@@ -32,8 +32,8 @@ def step4_page():
|
|
32 |
st.info("Select your input type to analyze!")
|
33 |
input_type = st.radio("Select the Input Type", ["Image upload", "Camera"])
|
34 |
# Put slide to adjust tolerance
|
35 |
-
|
36 |
-
tolerance = st.slider("Tolerance", 0.0, 1.0, 0.15, 0.01)
|
37 |
# st.info(
|
38 |
# "Tolerance is the threshold for face recognition. The lower the tolerance, the more strict the face recognition. The higher the tolerance, the more loose the face recognition.")
|
39 |
|
|
|
32 |
st.info("Select your input type to analyze!")
|
33 |
input_type = st.radio("Select the Input Type", ["Image upload", "Camera"])
|
34 |
# Put slide to adjust tolerance
|
35 |
+
tolerance = 0.6
|
36 |
+
# tolerance = st.slider("Tolerance", 0.0, 1.0, 0.15, 0.01)
|
37 |
# st.info(
|
38 |
# "Tolerance is the threshold for face recognition. The lower the tolerance, the more strict the face recognition. The higher the tolerance, the more loose the face recognition.")
|
39 |
|