Update README.md
Browse files
README.md
CHANGED
@@ -22,14 +22,14 @@ Please follow the instructions in the repository for installation, usage and exp
|
|
22 |
|
23 |
## Quickstart Guide
|
24 |
|
25 |
-
Download the **
|
26 |
|
27 |
```python
|
28 |
import IPython
|
29 |
import soundfile as sf
|
30 |
from tango import Tango
|
31 |
|
32 |
-
tango = Tango("declare-lab/
|
33 |
|
34 |
prompt = "An audience cheering and clapping"
|
35 |
audio = tango.generate(prompt)
|
|
|
22 |
|
23 |
## Quickstart Guide
|
24 |
|
25 |
+
Download the **Tango 2** model and generate audio from a text prompt:
|
26 |
|
27 |
```python
|
28 |
import IPython
|
29 |
import soundfile as sf
|
30 |
from tango import Tango
|
31 |
|
32 |
+
tango = Tango("declare-lab/tango2")
|
33 |
|
34 |
prompt = "An audience cheering and clapping"
|
35 |
audio = tango.generate(prompt)
|