Views
No views yet
1from transformers import CLIPModel, CLIPProcessor 2 3model = CLIPModel.from_pretrained("rakeshjv2000/fashion-clip-vit-base-patch32") 4processor = CLIPProcessor.from_pretrained("rakeshjv2000/fashion-clip-vit-base-patch32")