Spaces:
Sleeping
Sleeping
Commit
·
7bd0558
1
Parent(s):
14bf43e
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ description = """Object Detection"""
|
|
85 |
|
86 |
image_in = gr.components.Image()
|
87 |
image_out = gr.components.Image()
|
88 |
-
model_choice = "yolos-small
|
89 |
prob_threshold_slider = gr.components.Slider(
|
90 |
minimum=0, maximum=1.0, step=0.01, value=0.9, label="Probability Threshold"
|
91 |
)
|
|
|
85 |
|
86 |
image_in = gr.components.Image()
|
87 |
image_out = gr.components.Image()
|
88 |
+
model_choice = "yolos-small"
|
89 |
prob_threshold_slider = gr.components.Slider(
|
90 |
minimum=0, maximum=1.0, step=0.01, value=0.9, label="Probability Threshold"
|
91 |
)
|