Update app.py
Browse files
app.py
CHANGED
@@ -752,14 +752,17 @@ with gr.Blocks() as app_emotional:
|
|
752 |
with gr.Blocks() as app:
|
753 |
gr.Markdown(
|
754 |
"""
|
755 |
-
#
|
756 |
|
757 |
This is a local web UI for F5 TTS with advanced batch processing support. This app supports the following TTS models:
|
758 |
|
759 |
* [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
|
760 |
* [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
|
761 |
|
762 |
-
The
|
|
|
|
|
|
|
763 |
|
764 |
If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 15s, and shortening your prompt.
|
765 |
|
|
|
752 |
with gr.Blocks() as app:
|
753 |
gr.Markdown(
|
754 |
"""
|
755 |
+
# F5 TTS
|
756 |
|
757 |
This is a local web UI for F5 TTS with advanced batch processing support. This app supports the following TTS models:
|
758 |
|
759 |
* [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
|
760 |
* [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
|
761 |
|
762 |
+
The checkpoint support Polish English and German.
|
763 |
+
|
764 |
+
Generations using CPU takes usually 2-3 minutes
|
765 |
+
<a href="https://www.buymeacoffee.com/gregniuki" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
766 |
|
767 |
If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 15s, and shortening your prompt.
|
768 |
|