Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def app():
|
|
96 |
conf_threshold,
|
97 |
iou_threshold,
|
98 |
],
|
99 |
-
outputs=[output_image_n, output_image_s, output_image_m, output_image_b,
|
100 |
)
|
101 |
|
102 |
gr.Examples(
|
@@ -127,7 +127,7 @@ def app():
|
|
127 |
conf_threshold,
|
128 |
iou_threshold,
|
129 |
],
|
130 |
-
outputs=[output_image_n, output_image_s, output_image_m, output_image_b,
|
131 |
cache_examples=True,
|
132 |
)
|
133 |
|
|
|
96 |
conf_threshold,
|
97 |
iou_threshold,
|
98 |
],
|
99 |
+
outputs=[output_image_n, output_image_s, output_image_m, output_image_b, output_image_l, output_image_x],
|
100 |
)
|
101 |
|
102 |
gr.Examples(
|
|
|
127 |
conf_threshold,
|
128 |
iou_threshold,
|
129 |
],
|
130 |
+
outputs=[output_image_n, output_image_s, output_image_m, output_image_b, output_image_l, output_image_x],
|
131 |
cache_examples=True,
|
132 |
)
|
133 |
|