Gregniuki commited on
Commit
d419153
·
verified ·
1 Parent(s): 312c077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -762,13 +762,19 @@ This is a local web UI for F5 TTS with advanced batch processing support. This a
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
 
769
  **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.**
770
  """
771
  )
 
 
 
 
 
 
 
772
  gr.TabbedInterface([app_tts, app_podcast, app_emotional, app_credits], ["TTS", "Podcast", "Multi-Style", "Credits"])
773
 
774
  @click.command()
 
762
  The checkpoint support Polish English and German.
763
 
764
  Generations using CPU takes usually 2-3 minutes
 
765
 
766
  If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 15s, and shortening your prompt.
767
 
768
  **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.**
769
  """
770
  )
771
+ gr.HTML(
772
+ """
773
+ <a href="https://www.buymeacoffee.com/gregniuki" target="_blank">
774
+ <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;">
775
+ </a>
776
+ """
777
+ )
778
  gr.TabbedInterface([app_tts, app_podcast, app_emotional, app_credits], ["TTS", "Podcast", "Multi-Style", "Credits"])
779
 
780
  @click.command()