Update README.md
Browse files
README.md
CHANGED
|
@@ -658,7 +658,7 @@ Its goal is to let users explore sound in new ways while retaining precise contr
|
|
| 658 |
That combination of **musical structure**, **instrument identity**, **timbral control**, and **loop fidelity** is what defines the model.
|
| 659 |
|
| 660 |
Code for running the weight in Diffusers
|
| 661 |
-
```
|
| 662 |
import scipy
|
| 663 |
import torch
|
| 664 |
import soundfile as sf
|
|
|
|
| 658 |
That combination of **musical structure**, **instrument identity**, **timbral control**, and **loop fidelity** is what defines the model.
|
| 659 |
|
| 660 |
Code for running the weight in Diffusers
|
| 661 |
+
```python
|
| 662 |
import scipy
|
| 663 |
import torch
|
| 664 |
import soundfile as sf
|