kevinwang676 commited on
Commit
0d4b5e7
β€’
1 Parent(s): 11c20d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks() as demo:
200
  ### <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>
201
  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>
202
  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!
203
- 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 isn't too short.
204
  """
205
  )
206
 
 
200
  ### <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>
201
  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>
202
  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!
203
+ 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.
204
  """
205
  )
206