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