fffiloni commited on
Commit
ce514b9
1 Parent(s): 7a3df69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -103,7 +103,8 @@ with gr.Blocks(css=css) as demo:
103
  <h1 style="text-align: center;">Instant Voice Cloning</h1>
104
  <p style="text-align: center;">
105
  Clone any voice in less than 2 minutes with this <a href="https://tts.readthedocs.io/en/dev/models/bark.html" target="_blank">Coqui TSS + Bark</a> demo ! <br />
106
- Upload a clean 20 seconds WAV file of the voice you want to clone, then click submit ! <br />
 
107
  </p>
108
  """)
109
 
 
103
  <h1 style="text-align: center;">Instant Voice Cloning</h1>
104
  <p style="text-align: center;">
105
  Clone any voice in less than 2 minutes with this <a href="https://tts.readthedocs.io/en/dev/models/bark.html" target="_blank">Coqui TSS + Bark</a> demo ! <br />
106
+ Upload a clean 20 seconds WAV file of the voice you want to clone, <br />
107
+ type your text-to-speech prompt and hit submit ! <br />
108
  </p>
109
  """)
110