Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ if file_str:
|
|
107 |
#gloabl_image = c2.image(array/255)
|
108 |
|
109 |
threshold = c2.text_input(
|
110 |
-
label='Detection threshold: Reduce to detect more trees, increase to remove duplicates', value=0.
|
111 |
button = c2.button('Start detecting defect trees')
|
112 |
|
113 |
my_bar = c2.progress(0)
|
|
|
107 |
#gloabl_image = c2.image(array/255)
|
108 |
|
109 |
threshold = c2.text_input(
|
110 |
+
label='Detection threshold: Reduce to detect more trees, increase to remove duplicates', value=0.3)
|
111 |
button = c2.button('Start detecting defect trees')
|
112 |
|
113 |
my_bar = c2.progress(0)
|