linhcuem commited on
Commit
6c21698
1 Parent(s): 59b5360

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ title = "Tất cả do anh Đạt"
97
  interface_image = gr.Interface(
98
  fn=yolov8_img_inference,
99
  inputs=inputs_image,
100
- outputs=[outputs_image,count_obj],
101
  title=title,
102
  examples=image_path,
103
  cache_examples=True,
 
97
  interface_image = gr.Interface(
98
  fn=yolov8_img_inference,
99
  inputs=inputs_image,
100
+ outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
101
  title=title,
102
  examples=image_path,
103
  cache_examples=True,