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")
The community tab is the place to discuss and collaborate with the HF community!