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
Commit ·
a9a3eae
1
Parent(s): 6916b9b
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ datasets:
|
|
| 4 |
- bjoernp/AudioCaps
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
# TANGO: Text to Audio using iNstruction-Guided diffusiOn
|
| 9 |
|
|
|
|
| 4 |
- bjoernp/AudioCaps
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
+
pipeline_tag: text-to-audio
|
| 8 |
+
tags:
|
| 9 |
+
- text-to-audio
|
| 10 |
---
|
| 11 |
# TANGO: Text to Audio using iNstruction-Guided diffusiOn
|
| 12 |
|