Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,8 +50,6 @@ def yolov10_inference_multi(image, image_size, conf_threshold, iou_threshold):
|
|
50 |
yolov10b_image = yolov10_inference(image, "yolov10b.pt", image_size, conf_threshold, iou_threshold)
|
51 |
return yolov10n_image, yolov10s_image, yolov10m_image, yolov10b_image
|
52 |
|
53 |
-
def
|
54 |
-
|
55 |
def app():
|
56 |
with gr.Blocks():
|
57 |
with gr.Row():
|
|
|
50 |
yolov10b_image = yolov10_inference(image, "yolov10b.pt", image_size, conf_threshold, iou_threshold)
|
51 |
return yolov10n_image, yolov10s_image, yolov10m_image, yolov10b_image
|
52 |
|
|
|
|
|
53 |
def app():
|
54 |
with gr.Blocks():
|
55 |
with gr.Row():
|