Update README.md
Browse files
README.md
CHANGED
|
@@ -42,4 +42,7 @@ pip install -r requirements.txt
|
|
| 42 |
To start traning:
|
| 43 |
```python
|
| 44 |
accelerate launch runner/controllable_train.py
|
| 45 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
To start traning:
|
| 43 |
```python
|
| 44 |
accelerate launch runner/controllable_train.py
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
## Acknowledgement
|
| 48 |
+
Our code referred to the [AudioLDM](https://github.com/haoheliu/AudioLDM) and [Tango](https://github.com/declare-lab/tango). We appreciate their open-sourcing of their code.
|