Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(css=css) as demo:
|
|
160 |
gr.Markdown("""
|
161 |
<h1 style="text-align: center;">Coqui + Bark Voice Cloning</h1>
|
162 |
<p style="text-align: center;">
|
163 |
-
Mimic any voice character in less than 2 minutes with this <a href="https://tts.readthedocs.io/en/dev/models/bark.html" target="_blank">Coqui
|
164 |
Upload a clean 20 seconds WAV file of the vocal persona you want to mimic, <br />
|
165 |
type your text-to-speech prompt and hit submit ! <br />
|
166 |
</p>
|
|
|
160 |
gr.Markdown("""
|
161 |
<h1 style="text-align: center;">Coqui + Bark Voice Cloning</h1>
|
162 |
<p style="text-align: center;">
|
163 |
+
Mimic any voice character in less than 2 minutes with this <a href="https://tts.readthedocs.io/en/dev/models/bark.html" target="_blank">Coqui TTS + Bark</a> demo ! <br />
|
164 |
Upload a clean 20 seconds WAV file of the vocal persona you want to mimic, <br />
|
165 |
type your text-to-speech prompt and hit submit ! <br />
|
166 |
</p>
|