Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,8 +118,8 @@ inputs = [
|
|
118 |
label="postprocess_type",
|
119 |
),
|
120 |
gr.Dropdown(["IOU", "IOS"], type="value", value="IOU", label="postprocess_type"),
|
121 |
-
gr.Number(
|
122 |
-
gr.Checkbox(
|
123 |
]
|
124 |
|
125 |
outputs = [gr.outputs.Image(type="pil", label="Output")]
|
|
|
118 |
label="postprocess_type",
|
119 |
),
|
120 |
gr.Dropdown(["IOU", "IOS"], type="value", value="IOU", label="postprocess_type"),
|
121 |
+
gr.Number(value=0.5, label="postprocess_match_threshold"),
|
122 |
+
gr.Checkbox(value=True, label="postprocess_class_agnostic"),
|
123 |
]
|
124 |
|
125 |
outputs = [gr.outputs.Image(type="pil", label="Output")]
|