Text-to-Audio
Transformers
English
Inference Endpoints
soujanyaporia commited on
Commit
900a6f8
1 Parent(s): 1c36db2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 **TANGO** 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/tango")
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)