Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ inputs_image = [
|
|
130 |
title = "Tất cả do anh Đạt"
|
131 |
|
132 |
interface_image = gr.Interface(
|
133 |
-
fn=yolov8_img_inference, count_objects,
|
134 |
inputs=inputs_image,
|
135 |
outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
|
136 |
title=title,
|
|
|
130 |
title = "Tất cả do anh Đạt"
|
131 |
|
132 |
interface_image = gr.Interface(
|
133 |
+
fn=[yolov8_img_inference, count_objects],
|
134 |
inputs=inputs_image,
|
135 |
outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
|
136 |
title=title,
|