Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# AudioX
|
|
@@ -11,6 +13,7 @@ license: cc-by-nc-4.0
|
|
| 11 |
### Links
|
| 12 |
- **[Paper](https://arxiv.org/abs/2503.10522)**: Explore the research behind AudioX.
|
| 13 |
- **[Project](https://zeyuet.github.io/AudioX/)**: Visit the official project page for more information and updates.
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
## Clone the repository
|
|
@@ -101,4 +104,9 @@ If you find our work useful, please consider citing:
|
|
| 101 |
journal={arXiv preprint arXiv:2503.10522},
|
| 102 |
year={2025}
|
| 103 |
}
|
| 104 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
pipeline_tag: text-to-audio
|
| 4 |
+
library_name: stable-audio-tools
|
| 5 |
---
|
| 6 |
|
| 7 |
# AudioX
|
|
|
|
| 13 |
### Links
|
| 14 |
- **[Paper](https://arxiv.org/abs/2503.10522)**: Explore the research behind AudioX.
|
| 15 |
- **[Project](https://zeyuet.github.io/AudioX/)**: Visit the official project page for more information and updates.
|
| 16 |
+
- **[Code](https://github.com/ZeyueT/AudioX)**: Implementation of AudioX.
|
| 17 |
|
| 18 |
|
| 19 |
## Clone the repository
|
|
|
|
| 104 |
journal={arXiv preprint arXiv:2503.10522},
|
| 105 |
year={2025}
|
| 106 |
}
|
| 107 |
+
```
|
| 108 |
+
|
| 109 |
+
|
| 110 |
+
## License
|
| 111 |
+
|
| 112 |
+
Please follow [CC-BY-NC](./LICENSE).
|