Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -158,10 +158,10 @@ with gr.Blocks(css=css) as demo:
|
|
158 |
with gr.Column(elem_id="col-container"):
|
159 |
|
160 |
gr.Markdown("""
|
161 |
-
<h1 style="text-align: center;">Coqui Bark Voice Cloning</h1>
|
162 |
<p style="text-align: center;">
|
163 |
-
|
164 |
-
Upload a clean 20 seconds WAV file of the
|
165 |
type your text-to-speech prompt and hit submit ! <br />
|
166 |
</p>
|
167 |
|
|
|
158 |
with gr.Column(elem_id="col-container"):
|
159 |
|
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 TSS + 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>
|
167 |
|