Fix: Add Hugging Face metadata to README
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
|
2 |
|
3 |
[](https://github.com/SWivid/F5-TTS)
|
@@ -258,4 +269,4 @@ If our work and codebase is useful for you, please cite as:
|
|
258 |
```
|
259 |
## License
|
260 |
|
261 |
-
Our code is released under MIT License. The pre-trained models are licensed under the CC-BY-NC license due to the training data Emilia, which is an in-the-wild dataset. Sorry for any inconvenience this may cause.
|
|
|
1 |
+
---
|
2 |
+
title: EmmiSpace TTS
|
3 |
+
emoji: 🗣️
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.50.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
|
13 |
|
14 |
[](https://github.com/SWivid/F5-TTS)
|
|
|
269 |
```
|
270 |
## License
|
271 |
|
272 |
+
Our code is released under MIT License. The pre-trained models are licensed under the CC-BY-NC license due to the training data Emilia, which is an in-the-wild dataset. Sorry for any inconvenience this may cause.
|