Update my_model/state_manager.py
Browse files
my_model/state_manager.py
CHANGED
@@ -21,7 +21,7 @@ class StateManager:
|
|
21 |
if 'method' not in st.session_state:
|
22 |
st.session_state['method'] = "Fine-Tuned Model"
|
23 |
if 'confidence_level' not in st.session_state:
|
24 |
-
st.session_state['confidence_level'] = 0.
|
25 |
if 'detection_model' not in st.session_state:
|
26 |
st.session_state['detection_model'] = 'detic'
|
27 |
if 'images_data' not in st.session_state:
|
|
|
21 |
if 'method' not in st.session_state:
|
22 |
st.session_state['method'] = "Fine-Tuned Model"
|
23 |
if 'confidence_level' not in st.session_state:
|
24 |
+
st.session_state['confidence_level'] = 0.4
|
25 |
if 'detection_model' not in st.session_state:
|
26 |
st.session_state['detection_model'] = 'detic'
|
27 |
if 'images_data' not in st.session_state:
|