Gregniuki commited on
Commit
85a1962
·
verified ·
1 Parent(s): 37d9ddf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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 support Polish English and German.
968
 
969
- Generations using CPU takes usually 2-3 minutes using 8 step inferece.
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.buymeacoffee.com/gregniuki" target="_blank">
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
  """