Upload README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,18 @@ sdk: gradio
|
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license:
|
| 11 |
---
|
| 12 |
|
| 13 |
This is a test of A Text-to-Speech API built with FastAPI and SpeechBrain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
This is a test of A Text-to-Speech API built with FastAPI and SpeechBrain.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
This Space uses the following open source models from the SpeechBrain project:
|
| 17 |
+
|
| 18 |
+
* [tts-hifigan-ljspeech](https://huggingface.co/speechbrain/tts-hifigan-ljspeech) (Apache License 2.0)
|
| 19 |
+
* Developer: SpeechBrain
|
| 20 |
+
* License: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
| 21 |
+
|
| 22 |
+
* [tts-tacotron2-ljspeech](https://huggingface.co/speechbrain/tts-tacotron2-ljspeech) (Apache License 2.0)
|
| 23 |
+
* Developer: SpeechBrain
|
| 24 |
+
* License: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
|