File size: 103 Bytes
a9bd396 | 1 2 3 4 5 6 | from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass
|
a9bd396 | 1 2 3 4 5 6 | from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass
|