Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ title = "Tất cả do anh Đạt"
|
|
96 |
interface_image = gr.Interface(
|
97 |
fn=yolov8_img_inference,
|
98 |
inputs=inputs_image,
|
99 |
-
outputs=outputs_image,count_obj,
|
100 |
title=title,
|
101 |
examples=image_path,
|
102 |
cache_examples=True,
|
|
|
96 |
interface_image = gr.Interface(
|
97 |
fn=yolov8_img_inference,
|
98 |
inputs=inputs_image,
|
99 |
+
outputs=[outputs_image,count_obj],
|
100 |
title=title,
|
101 |
examples=image_path,
|
102 |
cache_examples=True,
|