CropVLM / cropvlm /__init__.py
boudiafA's picture
Add CropVLM model card and code
0a8ae4e verified
raw
history blame contribute delete
130 Bytes
from .model import CROP_CLASSES, CropVLMClassifier, load_cropvlm
__all__ = ["CROP_CLASSES", "CropVLMClassifier", "load_cropvlm"]