linhcuem commited on
Commit
2cb8a81
·
1 Parent(s): fc014ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,