ZeyuXie commited on
Commit
7b03028
·
verified ·
1 Parent(s): 09d8de6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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.