DurgaDeepak commited on
Commit
c1b64f2
·
verified ·
1 Parent(s): 9538100

Update models/detection/detector.py

Browse files
Files changed (1) hide show
  1. models/detection/detector.py +1 -0
models/detection/detector.py CHANGED
@@ -1,4 +1,5 @@
1
  import logging
 
2
  from huggingface_hub import hf_hub_download
3
  from ultralytics import YOLO
4
 
 
1
  import logging
2
+ from PIL import Image
3
  from huggingface_hub import hf_hub_download
4
  from ultralytics import YOLO
5