Dan Jacobellis
commited on
Commit
·
4bd8b0b
1
Parent(s):
da00c85
fix audio links
Browse files
README.md
CHANGED
@@ -301,7 +301,7 @@ Audio(x[:,:2**20],rate=44100)
|
|
301 |
```
|
302 |
|
303 |
<audio controls>
|
304 |
-
<source src="README_files/README_0.wav" type="audio/wav">
|
305 |
</audio>
|
306 |
|
307 |
### Full encoding and decoding pipeline with .forward()
|
@@ -323,7 +323,7 @@ Audio(x_hat[0,:,:2**20],rate=44100)
|
|
323 |
```
|
324 |
|
325 |
<audio controls>
|
326 |
-
<source src="README_files/README_1.wav" type="audio/wav">
|
327 |
</audio>
|
328 |
|
329 |
### Accessing latents
|
|
|
301 |
```
|
302 |
|
303 |
<audio controls>
|
304 |
+
<source src="https://huggingface.co/danjacobellis/walloc/resolve/main/README_files/README_0.wav" type="audio/wav">
|
305 |
</audio>
|
306 |
|
307 |
### Full encoding and decoding pipeline with .forward()
|
|
|
323 |
```
|
324 |
|
325 |
<audio controls>
|
326 |
+
<source src="https://huggingface.co/danjacobellis/walloc/resolve/main/README_files/README_1.wav" type="audio/wav">
|
327 |
</audio>
|
328 |
|
329 |
### Accessing latents
|