linhcuem commited on
Commit
ac472a5
·
1 Parent(s): 3a7c9f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ inputs_image = [
144
  title = "Tất cả do anh Đạt"
145
 
146
  interface_image = gr.Interface(
147
- fn=[yolov8_img_inference, count_objects],
148
  inputs=inputs_image,
149
  outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
150
  title=title,
 
144
  title = "Tất cả do anh Đạt"
145
 
146
  interface_image = gr.Interface(
147
+ fn=yolov8_img_inference,
148
  inputs=inputs_image,
149
  outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
150
  title=title,