Instructions to use declare-lab/tango with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use declare-lab/tango with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="declare-lab/tango")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("declare-lab/tango", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Can't install Tango lib. Error
#3
by SamStrand - opened
SamStrand changed discussion title from Can't install Tango lib. Errir to Can't install Tango lib. Error
Tango is not part of pip distribution yet. You may refer to https://github.com/declare-lab/tango for the installation guide. Thank you!
I did all of these commands:
git clone https://github.com/declare-lab/tango/
cd tango
pip install -r requirements.txt
cd diffusers
pip install -e .
But there is still error, that Tango is missing π€π€
Are you running tango from the main cloned directory?
yes and it's still not working
You may want to try in WSL to see if it's a Windows-specific issue.
