Spaces:
Sleeping
Sleeping
Commit ·
0c4cbdb
1
Parent(s): 4c558ad
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ annotatormask=sv.MaskAnnotator()
|
|
| 26 |
def yolov8_inference(
|
| 27 |
image: gr.inputs.Image = None
|
| 28 |
model_name: gr.inputs.Dropdown = None,
|
| 29 |
-
image_size: gr.inputs.Slider =
|
| 30 |
conf_threshold: gr.inputs.Slider = 0.25,
|
| 31 |
iou_threshold: gr.inputs.Slider = 0.45,
|
| 32 |
):
|
|
|
|
| 26 |
def yolov8_inference(
|
| 27 |
image: gr.inputs.Image = None
|
| 28 |
model_name: gr.inputs.Dropdown = None,
|
| 29 |
+
image_size: gr.inputs.Slider = 640,
|
| 30 |
conf_threshold: gr.inputs.Slider = 0.25,
|
| 31 |
iou_threshold: gr.inputs.Slider = 0.45,
|
| 32 |
):
|