Update app.py
Browse files
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,
|
|
|
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 |
|