Spaces:
Sleeping
Sleeping
Commit ·
dc01cd8
1
Parent(s): 45b5e2a
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ annotatormask=sv.MaskAnnotator()
|
|
| 23 |
def yolov8_inference(
|
| 24 |
image: gr.inputs.Image = None,
|
| 25 |
model_name: gr.inputs.Dropdown = None,
|
| 26 |
-
image_size: gr.inputs.Slider =
|
| 27 |
conf_threshold: gr.inputs.Slider = 0.25,
|
| 28 |
iou_threshold: gr.inputs.Slider = 0.45,
|
| 29 |
):
|
|
|
|
| 23 |
def yolov8_inference(
|
| 24 |
image: gr.inputs.Image = None,
|
| 25 |
model_name: gr.inputs.Dropdown = None,
|
| 26 |
+
image_size: gr.inputs.Slider = 1280,
|
| 27 |
conf_threshold: gr.inputs.Slider = 0.25,
|
| 28 |
iou_threshold: gr.inputs.Slider = 0.45,
|
| 29 |
):
|