TYH71 commited on
Commit
33f9b55
1 Parent(s): 946ac89

refactor: yolov5 model loading

Browse files
Files changed (1) hide show
  1. src/interface/yolov5.py +1 -1
src/interface/yolov5.py CHANGED
@@ -75,7 +75,7 @@ yolov5_demo = gr.Interface(
75
  title="YOLOv5 Object Detection",
76
  description=DESCRIPTION,
77
  article=ARTICLE,
78
- # examples=examples,
79
  allow_flagging="never"
80
  )
81
  logger.info("YOLOv5 Interface Built")
 
75
  title="YOLOv5 Object Detection",
76
  description=DESCRIPTION,
77
  article=ARTICLE,
78
+ examples=examples,
79
  allow_flagging="never"
80
  )
81
  logger.info("YOLOv5 Interface Built")