Instructions to use declare-lab/mustango with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use declare-lab/mustango with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="declare-lab/mustango")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("declare-lab/mustango", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
34f8c7f
1
Parent(s): f3f9f1f
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ Meet Mustango, an exciting addition to the vibrant landscape of Multimodal Large
|
|
| 20 |
🔥 Live demo available on [Replicate](https://replicate.com/declare-lab/mustango) and [HuggingFace](https://huggingface.co/spaces/declare-lab/mustango).
|
| 21 |
|
| 22 |
<div align="center">
|
| 23 |
-
<img src="
|
| 24 |
</div>
|
| 25 |
|
| 26 |
|
|
|
|
| 20 |
🔥 Live demo available on [Replicate](https://replicate.com/declare-lab/mustango) and [HuggingFace](https://huggingface.co/spaces/declare-lab/mustango).
|
| 21 |
|
| 22 |
<div align="center">
|
| 23 |
+
<img src="mustango.jpg" width="500"/>
|
| 24 |
</div>
|
| 25 |
|
| 26 |
|