sanchit-gandhi HF staff commited on
Commit
197c565
1 Parent(s): 413a260
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -54,10 +54,11 @@ title = "Coqui🐸 XTTS"
54
  description = """
55
  <a href="https://huggingface.co/coqui/XTTS-v1">XTTS</a> is a Voice generation model that lets you clone voices into different languages by using just a quick 3-second audio clip.
56
  <br/>
57
- Built on Tortoise, XTTS has important model changes that make cross-language voice cloning and multi-lingual speech generation super easy.
58
  <br/>
59
- This is the same model that powers Coqui Studio, and Coqui API, however we apply a few tricks to make it faster and support streaming inference.
60
  <br/>
 
61
  <br/>
62
  <p>For faster inference without waiting in the queue, you should duplicate this space and upgrade to GPU via the settings.
63
  <br/>
 
54
  description = """
55
  <a href="https://huggingface.co/coqui/XTTS-v1">XTTS</a> is a Voice generation model that lets you clone voices into different languages by using just a quick 3-second audio clip.
56
  <br/>
57
+ XTTS is built on previous research, like Tortoise, with additional architectural innovations and training to make cross-language voice cloning and multilingual speech generation possible.
58
  <br/>
59
+ This is the same model that powers our creator application <a href="https://coqui.ai">Coqui Studio</a> as well as the <a href="https://docs.coqui.ai">Coqui API</a>. In production we apply modifications to make low-latency streaming possible.
60
  <br/>
61
+ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">🐸TTS</a>, where our open-source inference and training code lives.
62
  <br/>
63
  <p>For faster inference without waiting in the queue, you should duplicate this space and upgrade to GPU via the settings.
64
  <br/>