Commit
·
53d03e7
1
Parent(s):
3904200
Add tag for TTS as a pipeline so it shows in hf.co/models (#1)
Browse files- Add tag for TTS as a pipeline so it shows in hf.co/models (2054cfa567c913a94d9d45454a69cf8f6c85e13a)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
- Text-to-Speech
|
| 11 |
datasets:
|
| 12 |
- LibriTTS
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
## SpeechT5 TTS Manifest
|
|
@@ -46,4 +47,4 @@ If you find our work is useful in your research, please cite the following paper
|
|
| 46 |
year = {2022},
|
| 47 |
pages={5723--5738},
|
| 48 |
}
|
| 49 |
-
```
|
|
|
|
| 10 |
- Text-to-Speech
|
| 11 |
datasets:
|
| 12 |
- LibriTTS
|
| 13 |
+
pipeline_tag: text-to-speech
|
| 14 |
---
|
| 15 |
|
| 16 |
## SpeechT5 TTS Manifest
|
|
|
|
| 47 |
year = {2022},
|
| 48 |
pages={5723--5738},
|
| 49 |
}
|
| 50 |
+
```
|