Transformers How to use jadechoghari/textnet-small with Transformers:
# Load model directly
from transformers import AutoImageProcessor, TextNetBackbone
processor = AutoImageProcessor.from_pretrained("jadechoghari/textnet-small")
model = TextNetBackbone.from_pretrained("jadechoghari/textnet-small")