Update relative import
Browse files
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):
|