How to use MVRL/ecosound with Transformers:
# Load model directly from transformers import AutoTokenizer, ClapAudioModelWithProjection tokenizer = AutoTokenizer.from_pretrained("MVRL/ecosound") model = ClapAudioModelWithProjection.from_pretrained("MVRL/ecosound")
The community tab is the place to discuss and collaborate with the HF community!