Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -746,10 +746,10 @@ Have a conversation with an AI using your reference voice!
|
|
746 |
|
747 |
with gr.Blocks() as app:
|
748 |
gr.Markdown(
|
749 |
-
"""
|
750 |
# E2/F5 TTS
|
751 |
|
752 |
-
This is a local web UI for F5 TTS with advanced batch processing support. This app supports the following TTS models:
|
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)
|
|
|
746 |
|
747 |
with gr.Blocks() as app:
|
748 |
gr.Markdown(
|
749 |
+
f"""
|
750 |
# E2/F5 TTS
|
751 |
|
752 |
+
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:
|
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)
|