Spaces:
Configuration error
Configuration error
Update README.md
Browse files- README.md +1 -1
- gradio_app.py +1 -1
README.md
CHANGED
@@ -57,7 +57,7 @@ Once your datasets are prepared, you can start the training process.
|
|
57 |
accelerate config
|
58 |
accelerate launch test_train.py
|
59 |
```
|
60 |
-
An initial guidance on Finetuning #57.
|
61 |
|
62 |
## Inference
|
63 |
|
|
|
57 |
accelerate config
|
58 |
accelerate launch test_train.py
|
59 |
```
|
60 |
+
An initial guidance on Finetuning [#57](https://github.com/SWivid/F5-TTS/discussions/57).
|
61 |
|
62 |
## Inference
|
63 |
|
gradio_app.py
CHANGED
@@ -385,7 +385,7 @@ with gr.Blocks() as app:
|
|
385 |
"""
|
386 |
# E2/F5 TTS with Advanced Batch Processing
|
387 |
|
388 |
-
This is a local web UI for F5 TTS with advanced batch processing support, based on the unofficial [online demo](https://huggingface.co/spaces/mrfakename/E2-F5-TTS). This app supports the following TTS models:
|
389 |
|
390 |
* [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
|
391 |
* [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
|
|
|
385 |
"""
|
386 |
# E2/F5 TTS with Advanced Batch Processing
|
387 |
|
388 |
+
This is a local web UI for F5 TTS with advanced batch processing support, based on the unofficial [online demo](https://huggingface.co/spaces/mrfakename/E2-F5-TTS) supported by [mrfakename](https://github.com/fakerybakery). This app supports the following TTS models:
|
389 |
|
390 |
* [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
|
391 |
* [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
|