Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
10121ec
1
Parent(s):
d6675dc
Update app file
Browse files
app.py
CHANGED
@@ -70,6 +70,6 @@ with col2:
|
|
70 |
st.markdown('#### Set model parameters')
|
71 |
postprocess_match_threshold = st.select_slider(
|
72 |
'Select confidence threshold',
|
73 |
-
options =
|
74 |
value = 0.8
|
75 |
)
|
|
|
70 |
st.markdown('#### Set model parameters')
|
71 |
postprocess_match_threshold = st.select_slider(
|
72 |
'Select confidence threshold',
|
73 |
+
options = (0,1),
|
74 |
value = 0.8
|
75 |
)
|