Karayakar commited on
Commit
cae998c
·
verified ·
1 Parent(s): 4b267c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -5
app.py CHANGED
@@ -745,18 +745,24 @@ Have a conversation with an AI using your reference voice!
745
  with gr.Blocks() as app:
746
  gr.Markdown(
747
  f"""
748
- # E2/F5 TTS
749
 
750
- This is {"a local web UI for [F5 TTS](https://github.com/SWivid/F5-TTS)" if not USING_SPACES else "an online demo for [F5-TTS](https://github.com/SWivid/F5-TTS)"} with advanced batch processing support. This app supports the following TTS models:
 
 
751
 
752
  * [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
753
  * [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
754
 
755
- The checkpoints currently support English and Chinese.
 
 
 
756
 
757
- If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 15s with ✂ in the bottom right corner (otherwise might have non-optimal auto-trimmed result).
 
758
 
759
- **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.**
760
  """
761
  )
762
 
 
745
  with gr.Blocks() as app:
746
  gr.Markdown(
747
  f"""
748
+ # E2/F5 TTS Turkish Space
749
 
750
+ [F5-TTS](https://github.com/SWivid/F5-TTS)"} Bu demo ile Türkçe olarak eğittiğimiz modelimizi deneyebilirsiniz.:
751
+
752
+ * Bu model test amaçlı olup (düşük versiyon) daha ileri düzeyde eğitilmiş modellerimizi içermemektedir.
753
 
754
  * [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
755
  * [E2 TTS](https://arxiv.org/abs/2406.18009) (Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS)
756
 
757
+ F5 TTS seçeneği Türkçe desteklemektedir.
758
+
759
+ Referans vereceğiniz ses dosyasının WAV veya MP3 formatında olmasına ve 15 saniyeyi geçmemesine özen gösterirseniz daha iyi sonuç alacaksınız.
760
+ Uzun ses dosyalarını ✂ ikonu ile kısaltabilirsiniz.
761
 
762
+ Seslendirmek istediğiniz cümle 5-6 kelimeden fazla olursa model daha kötü sonuç üretebilir.
763
+ Cümlenizi 5-6 kelime ile sınırlı tutmanızı tavsıye ederim.
764
 
765
+ **NOT: Referans sesinizi değiştirdiğinizde Advanced Settings bölümünden Reference text alanının boş olduğundan emin olun.**
766
  """
767
  )
768