Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -964,18 +964,16 @@ This is a local web UI for F5 TTS with advanced batch processing support. This a
|
|
| 964 |
* [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
|
| 965 |
* [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
|
| 966 |
|
| 967 |
-
The checkpoint
|
| 968 |
|
| 969 |
-
|
| 970 |
-
|
| 971 |
-
If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 5s, and shortening your prompt.
|
| 972 |
|
| 973 |
**NOTE: Reference text will be automatically transcribed with Whisper if not provided. For best results, keep your reference clips short (<15s). Ensure the audio is fully uploaded before generating.**
|
| 974 |
"""
|
| 975 |
)
|
| 976 |
gr.HTML(
|
| 977 |
"""
|
| 978 |
-
<a href="https://www.
|
| 979 |
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;">
|
| 980 |
</a>
|
| 981 |
"""
|
|
|
|
| 964 |
* [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
|
| 965 |
* [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
|
| 966 |
|
| 967 |
+
The checkpoint was trained with Polish Brithis English American English German Russian Ukrainian other languages mey not work corectly.
|
| 968 |
|
| 969 |
+
If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 10s, and shortening your prompt.
|
|
|
|
|
|
|
| 970 |
|
| 971 |
**NOTE: Reference text will be automatically transcribed with Whisper if not provided. For best results, keep your reference clips short (<15s). Ensure the audio is fully uploaded before generating.**
|
| 972 |
"""
|
| 973 |
)
|
| 974 |
gr.HTML(
|
| 975 |
"""
|
| 976 |
+
<a href="https://www.ko-fi.com/gregs40829" target="_blank">
|
| 977 |
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;">
|
| 978 |
</a>
|
| 979 |
"""
|