Browse Source
delete Image dep
Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
timm_image.py
|
@ -100,7 +100,7 @@ class TimmImage(NNOperator): |
|
|
pass |
|
|
pass |
|
|
|
|
|
|
|
|
@torch_no_grad |
|
|
@torch_no_grad |
|
|
def __call__(self, data: Union[List[towhee._types.Image], towhee._types.Image]): |
|
|
|
|
|
|
|
|
def __call__(self, data: Union[List['towhee.types.Image'], 'towhee.types.Image']): |
|
|
if not isinstance(data, list): |
|
|
if not isinstance(data, list): |
|
|
imgs = [data] |
|
|
imgs = [data] |
|
|
else: |
|
|
else: |
|
|