Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -745,10 +745,11 @@ with gr.Blocks() as app:
|
|
745 |
|
746 |
This is a North Sámi implementation of [F5-TTS](https://arxiv.org/abs/2410.06885) based on [mrfakename/E2-F5-TTS](https://huggingface.co/spaces/mrfakename/E2-F5-TTS/).
|
747 |
|
748 |
-
If you
|
749 |
|
750 |
"""
|
751 |
)
|
|
|
752 |
#**NOTE: Reference text will be automatically transcribed with [Whisper North Sámi](https://huggingface.co/NbAiLab/whisper-large-sme) if not provided. For best results, keep your reference clips short (<15s). Ensure the audio is fully uploaded before generating.**
|
753 |
|
754 |
last_used_custom = files("f5_tts").joinpath("infer/.cache/last_used_custom.txt")
|
|
|
745 |
|
746 |
This is a North Sámi implementation of [F5-TTS](https://arxiv.org/abs/2410.06885) based on [mrfakename/E2-F5-TTS](https://huggingface.co/spaces/mrfakename/E2-F5-TTS/).
|
747 |
|
748 |
+
If you are having issues, try shortening the text to be synthesized, as this demo migth not be able to produced intelligible results beyond ~15 seconds.
|
749 |
|
750 |
"""
|
751 |
)
|
752 |
+
# 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).
|
753 |
#**NOTE: Reference text will be automatically transcribed with [Whisper North Sámi](https://huggingface.co/NbAiLab/whisper-large-sme) if not provided. For best results, keep your reference clips short (<15s). Ensure the audio is fully uploaded before generating.**
|
754 |
|
755 |
last_used_custom = files("f5_tts").joinpath("infer/.cache/last_used_custom.txt")
|