Manli commited on
Commit
a658e36
·
verified ·
1 Parent(s): e42c7fd

Update relative import

Browse files
Files changed (1) hide show
  1. image_processing_blip_3.py +1 -1
image_processing_blip_3.py CHANGED
@@ -13,7 +13,7 @@ from transformers.image_processing_utils import BaseImageProcessor, BatchFeature
13
  from transformers.image_utils import ImageInput
14
  from transformers.utils import TensorType
15
 
16
- from utils import expand2square
17
 
18
 
19
  class Blip3ImageProcessor(BaseImageProcessor):
 
13
  from transformers.image_utils import ImageInput
14
  from transformers.utils import TensorType
15
 
16
+ from .utils import expand2square
17
 
18
 
19
  class Blip3ImageProcessor(BaseImageProcessor):