Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,32 @@
|
|
| 1 |
---
|
| 2 |
gated: true
|
| 3 |
-
extra_gated_prompt:
|
| 4 |
**Terms of Academic, Non-Commercial Use**
|
| 5 |
|
| 6 |
-
I ACKNOWLEDGE THAT I HAVE READ [THE LICENSE AGREEMENT](./LICENSE), UNDERSTAND IT AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.
|
| 7 |
|
| 8 |
-
|
|
|
|
| 9 |
|
| 10 |
-
- **ACADEMIC, NON-COMMERCIAL USE**: The license granted is for academic, non-commercial purposes only. The term "academic, non-commercial" means academic or other scholarly research which (a) is not undertaken for any direct or indirect for-profit purposes, and (b) is not intended to produce works, services, or data for commercial use.
|
| 11 |
-
- **INTERNAL USE**: The license granted is for your own internal use only. You are not allowed to sublicense, distribute, transfer, disclose or make available the software to any third party.
|
| 12 |
-
- **NO WARRANTY**: The Software is provided "as is" and any express or implied warranties are disclaimed.
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
|
|
@@ -249,4 +264,4 @@ sf.write("continuation.wav", cont24.squeeze(0).detach().cpu().numpy(), 24000)
|
|
| 249 |
sf.write("stitched_24k.wav", stitched.squeeze(0).detach().cpu().numpy(),24000)
|
| 250 |
print("Wrote recon_24k.wav, continuation.wav, stitched_24k.wav")
|
| 251 |
|
| 252 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
gated: true
|
| 3 |
+
extra_gated_prompt: >
|
| 4 |
**Terms of Academic, Non-Commercial Use**
|
| 5 |
|
|
|
|
| 6 |
|
| 7 |
+
I ACKNOWLEDGE THAT I HAVE READ [THE LICENSE AGREEMENT](./LICENSE), UNDERSTAND
|
| 8 |
+
IT AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.
|
| 9 |
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
+
It is important that you read the entirety of and understand the License
|
| 12 |
+
Agreement. There are, however, a few key points that we need to emphasize
|
| 13 |
+
again:
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
- **ACADEMIC, NON-COMMERCIAL USE**: The license granted is for academic,
|
| 17 |
+
non-commercial purposes only. The term "academic, non-commercial" means
|
| 18 |
+
academic or other scholarly research which (a) is not undertaken for any
|
| 19 |
+
direct or indirect for-profit purposes, and (b) is not intended to produce
|
| 20 |
+
works, services, or data for commercial use.
|
| 21 |
+
|
| 22 |
+
- **INTERNAL USE**: The license granted is for your own internal use only. You
|
| 23 |
+
are not allowed to sublicense, distribute, transfer, disclose or make
|
| 24 |
+
available the software to any third party.
|
| 25 |
+
|
| 26 |
+
- **NO WARRANTY**: The Software is provided "as is" and any express or implied
|
| 27 |
+
warranties are disclaimed.
|
| 28 |
+
extra_gated_button_content: Agree and access
|
| 29 |
+
pipeline_tag: audio-to-audio
|
| 30 |
---
|
| 31 |
|
| 32 |
|
|
|
|
| 264 |
sf.write("stitched_24k.wav", stitched.squeeze(0).detach().cpu().numpy(),24000)
|
| 265 |
print("Wrote recon_24k.wav, continuation.wav, stitched_24k.wav")
|
| 266 |
|
| 267 |
+
```
|