Add audio-to-audio pipeline tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# X-VC
|
| 5 |
|
| 6 |
[](https://arxiv.org/abs/2604.12456)
|
|
@@ -40,7 +42,7 @@ Then set paths in [`configs/xvc.yaml`](configs/xvc.yaml), especially:
|
|
| 40 |
|
| 41 |
### 4. Prepare checkpoints
|
| 42 |
|
| 43 |
-
Put checkpoints under `ckpts/`, for example:
|
| 44 |
|
| 45 |
```text
|
| 46 |
ckpts/
|
|
@@ -169,4 +171,4 @@ If you find our work useful in your research, please consider citing:
|
|
| 169 |
```
|
| 170 |
## License
|
| 171 |
|
| 172 |
-
This project is licensed under the MIT License.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: audio-to-audio
|
| 4 |
---
|
| 5 |
+
|
| 6 |
# X-VC
|
| 7 |
|
| 8 |
[](https://arxiv.org/abs/2604.12456)
|
|
|
|
| 42 |
|
| 43 |
### 4. Prepare checkpoints
|
| 44 |
|
| 45 |
+
Put [X-VC checkpoints](https://huggingface.co/chenxie95/X-VC) under `ckpts/`, for example:
|
| 46 |
|
| 47 |
```text
|
| 48 |
ckpts/
|
|
|
|
| 171 |
```
|
| 172 |
## License
|
| 173 |
|
| 174 |
+
This project is licensed under the MIT License.
|