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