You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/f5_tts/infer/infer_gradio.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -943,9 +943,9 @@ def clear_conversation():
943
943
withgr.Blocks() asapp:
944
944
gr.Markdown(
945
945
f"""
946
-
# E2/F5 TTS
946
+
# F5-TTS Demo Space
947
947
948
-
This is {"a local web UI for [F5TTS](https://github.com/SWivid/F5-TTS)"ifnotUSING_SPACESelse"an online demo for [F5-TTS](https://github.com/SWivid/F5-TTS)"} with advanced batch processing support. This app supports the following TTS models:
948
+
This is {"a local web UI for [F5-TTS](https://github.com/SWivid/F5-TTS)"ifnotUSING_SPACESelse"an online demo for [F5-TTS](https://github.com/SWivid/F5-TTS)"} with advanced batch processing support. This app supports the following TTS models:
949
949
950
950
* [F5-TTS](https://arxiv.org/abs/2410.06885) (A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching)
0 commit comments