Spaces:
Sleeping
Sleeping
Commit
·
aa83c9a
1
Parent(s):
3751bab
Update app.py
Browse files
app.py
CHANGED
@@ -89,11 +89,11 @@ classes_to_show = gr.components.Textbox(
|
|
89 |
placeholder="e.g. car, dog",
|
90 |
label="Classes to filter (leave empty to detect all classes)",
|
91 |
)
|
92 |
-
|
93 |
|
94 |
image_in = gr.components.Image(label="Upload an image")
|
95 |
image_out = gr.components.Image()
|
96 |
-
|
97 |
|
98 |
|
99 |
|
|
|
89 |
placeholder="e.g. car, dog",
|
90 |
label="Classes to filter (leave empty to detect all classes)",
|
91 |
)
|
92 |
+
prob_threshold_slider = gr.components.Slider(minimum=0, maximum=1.0, step=0.01, value=0.7, label="Probability Threshold")
|
93 |
|
94 |
image_in = gr.components.Image(label="Upload an image")
|
95 |
image_out = gr.components.Image()
|
96 |
+
|
97 |
|
98 |
|
99 |
|