# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="declare-lab/tango2-full")
Running tango2-full with transformers throws an error of Unrecognized model in declare-lab/tango2-full.
Is it because transformers are not supported or there may be other errors?
Running tango2-full with transformers throws an error of Unrecognized model in declare-lab/tango2-full.
Is it because transformers are not supported or there may be other errors?