fffiloni commited on
Commit
7fc3411
1 Parent(s): 546bd73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- 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 />
164
- Upload a clean 20 seconds WAV file of the voice you want to clone, <br />
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