Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(css=css) as demo:
|
|
132 |
with gr.Column(elem_id="col-container"):
|
133 |
|
134 |
gr.Markdown("""
|
135 |
-
<h1 style="text-align: center;">
|
136 |
<p style="text-align: center;">
|
137 |
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 />
|
138 |
Upload a clean 20 seconds WAV file of the voice you want to clone, <br />
|
@@ -201,7 +201,7 @@ with gr.Blocks(css=css) as demo:
|
|
201 |
gr.HTML("""
|
202 |
<div class="footer">
|
203 |
<p>
|
204 |
-
|
205 |
</p>
|
206 |
</div>
|
207 |
<div class="disclaimer">
|
|
|
132 |
with gr.Column(elem_id="col-container"):
|
133 |
|
134 |
gr.Markdown("""
|
135 |
+
<h1 style="text-align: center;">Coqui Bark Voice Cloning</h1>
|
136 |
<p style="text-align: center;">
|
137 |
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 />
|
138 |
Upload a clean 20 seconds WAV file of the voice you want to clone, <br />
|
|
|
201 |
gr.HTML("""
|
202 |
<div class="footer">
|
203 |
<p>
|
204 |
+
Coqui + Bark Voice Cloning Demo by 🤗 <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
|
205 |
</p>
|
206 |
</div>
|
207 |
<div class="disclaimer">
|