How to use jadechoghari/textnet-base with Transformers:
# Load model directly from transformers import AutoImageProcessor, TextNetBackbone processor = AutoImageProcessor.from_pretrained("jadechoghari/textnet-base") model = TextNetBackbone.from_pretrained("jadechoghari/textnet-base")
The community tab is the place to discuss and collaborate with the HF community!