Skip to content

Commit 672876b

Browse files
feat: add drum mix trained model colab
1 parent 3b71eca commit 672876b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Progress will be documented in the [experiments](#experiments) section. You can
99
pip install audio-diffusion-pytorch
1010
```
1111

12-
[![PyPI - Python Version](https://img.shields.io/pypi/v/audio-diffusion-pytorch?style=flat&colorA=0f0f0f&colorB=0f0f0f)](https://pypi.org/project/audio-diffusion-pytorch/)
12+
[![PyPI - Python Version](https://img.shields.io/pypi/v/audio-diffusion-pytorch?style=flat&colorA=black&colorB=black)](https://pypi.org/project/audio-diffusion-pytorch/)
13+
[![Downloads](https://static.pepy.tech/personalized-badge/audio-diffusion-pytorch?period=total&units=international_system&left_color=black&right_color=black&left_text=Downloads)](https://pepy.tech/project/audio-diffusion-pytorch)
14+
[![HuggingFace](https://img.shields.io/badge/Trained%20Models-%F0%9F%A4%97-yellow?style=flat&colorA=black&colorB=black)](https://huggingface.co/archinetai/audio-diffusion-pytorch/tree/main)
15+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](
16+
https://colab.research.google.com/gist/flavioschneider/39c6454bfc2d03dc7d0c5c9d8e2078d1/audio-diffusion-pytorch-v0-1.ipynb)
17+
18+
1319

1420
## Usage
1521

0 commit comments

Comments
 (0)