Spaces:
Configuration error
Configuration error
Update README.md; add python version, numpy<2.x instruct.
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
|
2 |
|
|
|
3 |
[](https://arxiv.org/abs/2410.06885)
|
4 |
[](https://swivid.github.io/F5-TTS/)
|
5 |
[](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
|
@@ -32,6 +33,8 @@ pip install torch==2.3.0+cu118 --extra-index-url https://download.pytorch.org/wh
|
|
32 |
pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
33 |
```
|
34 |
|
|
|
|
|
35 |
## Prepare Dataset
|
36 |
|
37 |
Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.
|
|
|
1 |
# F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
|
2 |
|
3 |
+
[](https://github.com/SWivid/F5-TTS)
|
4 |
[](https://arxiv.org/abs/2410.06885)
|
5 |
[](https://swivid.github.io/F5-TTS/)
|
6 |
[](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
|
|
|
33 |
pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
34 |
```
|
35 |
|
36 |
+
**Note**: install numpy with version < 2.x, e.g. `pip install numpy==1.22.0`.
|
37 |
+
|
38 |
## Prepare Dataset
|
39 |
|
40 |
Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.
|