Commit
·
350df86
1
Parent(s):
a38ae9e
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ audio = tango.generate(prompt)
|
|
27 |
sf.write(f"{prompt}.wav", audio, samplerate=16000)
|
28 |
IPython.display.Audio(data=audio, rate=16000)
|
29 |
```
|
30 |
-
[
|
31 |
|
32 |
The model will be automatically downloaded and saved in cache. Subsequent runs will load the model directly from cache.
|
33 |
|
@@ -38,7 +38,7 @@ prompt = "Rolling thunder with lightning strikes"
|
|
38 |
audio = tango.generate(prompt, steps=200)
|
39 |
IPython.display.Audio(data=audio, rate=16000)
|
40 |
```
|
41 |
-
[
|
42 |
|
43 |
<!-- [MachineClicking](https://user-images.githubusercontent.com/25340239/233857834-bfda52b4-4fcc-48de-b47a-6a6ddcb3671b.mp4 "sample 1") -->
|
44 |
|
|
|
27 |
sf.write(f"{prompt}.wav", audio, samplerate=16000)
|
28 |
IPython.display.Audio(data=audio, rate=16000)
|
29 |
```
|
30 |
+
[An audience cheering and clapping.webm](https://user-images.githubusercontent.com/13917097/233851915-e702524d-cd35-43f7-93e0-86ea579231a7.webm)
|
31 |
|
32 |
The model will be automatically downloaded and saved in cache. Subsequent runs will load the model directly from cache.
|
33 |
|
|
|
38 |
audio = tango.generate(prompt, steps=200)
|
39 |
IPython.display.Audio(data=audio, rate=16000)
|
40 |
```
|
41 |
+
[Rolling thunder with lightning strikes.webm](https://user-images.githubusercontent.com/13917097/233851929-90501e41-911d-453f-a00b-b215743365b4.webm)
|
42 |
|
43 |
<!-- [MachineClicking](https://user-images.githubusercontent.com/25340239/233857834-bfda52b4-4fcc-48de-b47a-6a6ddcb3671b.mp4 "sample 1") -->
|
44 |
|