fcakyon commited on
Commit
7d20ed5
1 Parent(s): 01a3247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(default=0.5, label="postprocess_match_threshold"),
122
- gr.Checkbox(default=True, label="postprocess_class_agnostic"),
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")]