Add language tags
Browse filesThis PR adds the language tags.
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-speech
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
|
@@ -35,4 +38,4 @@ Experience **IndexTTS**: Please contact <u>[email protected]</u> for more deta
|
|
35 |
journal={arXiv preprint arXiv:2502.05512},
|
36 |
year={2025}
|
37 |
}
|
38 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-speech
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- zh
|
7 |
---
|
8 |
|
9 |
|
|
|
38 |
journal={arXiv preprint arXiv:2502.05512},
|
39 |
year={2025}
|
40 |
}
|
41 |
+
```
|