Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
4d1e39c
1
Parent(s):
419ccdc
point to audiotools fork
Browse files
README.md
CHANGED
|
@@ -6,9 +6,9 @@ This repository contains recipes for training generative music models on top of
|
|
| 6 |
|
| 7 |
Requires Python 3.9 or later.
|
| 8 |
|
| 9 |
-
install [audiotools](https://github.com/
|
| 10 |
```bash
|
| 11 |
-
git clone https://github.com/
|
| 12 |
cd audiotools
|
| 13 |
pip install -e .
|
| 14 |
```
|
|
|
|
| 6 |
|
| 7 |
Requires Python 3.9 or later.
|
| 8 |
|
| 9 |
+
install my fork of [audiotools](https://github.com/hugofloresgarcia/audiotools.git)
|
| 10 |
```bash
|
| 11 |
+
git clone https://github.com/hugofloresgarcia/audiotools.git
|
| 12 |
cd audiotools
|
| 13 |
pip install -e .
|
| 14 |
```
|