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