Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
6f85aee
1
Parent(s):
416c31a
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with gr.Blocks() as demo:
|
|
202 |
### <center>🤗 - Powered by [Bark](https://huggingface.co/spaces/suno/bark) and [YourTTS](https://github.com/Edresson/YourTTS). Inspired by [bark-webui](https://github.com/makawy7/bark-webui).</center>
|
203 |
1. You can duplicate and use it with a GPU: <a href="https://huggingface.co/spaces/{os.getenv('SPACE_ID')}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>
|
204 |
2. First use Bark to generate audio from text and then use YourTTS to get new audio in a custom voice you like. Easy to use!
|
205 |
-
3. For voice cloning longer reference audio (~90s) will generally lead to better quality of the cloned speech. Also make sure the input audio generated by Bark is not too short.
|
206 |
"""
|
207 |
)
|
208 |
|
|
|
202 |
### <center>🤗 - Powered by [Bark](https://huggingface.co/spaces/suno/bark) and [YourTTS](https://github.com/Edresson/YourTTS). Inspired by [bark-webui](https://github.com/makawy7/bark-webui).</center>
|
203 |
1. You can duplicate and use it with a GPU: <a href="https://huggingface.co/spaces/{os.getenv('SPACE_ID')}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>
|
204 |
2. First use Bark to generate audio from text and then use YourTTS to get new audio in a custom voice you like. Easy to use!
|
205 |
+
3. For voice cloning, longer reference audio (~90s) will generally lead to better quality of the cloned speech. Also, please make sure the input audio generated by Bark is not too short.
|
206 |
"""
|
207 |
)
|
208 |
|