Update app.py
Browse files
app.py
CHANGED
@@ -358,7 +358,7 @@ with gr.Blocks(css=css) as demo:
|
|
358 |
Upload a clean 20 seconds WAV file of the vocal persona you want to mimic, <br />
|
359 |
type your text-to-speech prompt and hit submit ! <br />
|
360 |
</p>
|
361 |
-
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg#center)](https://huggingface.co/spaces/fffiloni/
|
362 |
|
363 |
""")
|
364 |
with gr.Row():
|
@@ -496,13 +496,13 @@ with gr.Blocks(css=css) as demo:
|
|
496 |
"Once upon a time, in a cozy little shell, lived a friendly crab named Crabby. Crabby loved his cozy home, but he always felt like something was missing.",
|
497 |
"examples/en_speaker_6.wav",
|
498 |
False,
|
499 |
-
|
500 |
],
|
501 |
[
|
502 |
"It was a typical afternoon in the bustling city, the sun shining brightly through the windows of the packed courtroom. Three people sat at the bar, their faces etched with worry and anxiety. ",
|
503 |
"examples/en_speaker_9.wav",
|
504 |
False,
|
505 |
-
|
506 |
],
|
507 |
],
|
508 |
fn = infer,
|
|
|
358 |
Upload a clean 20 seconds WAV file of the vocal persona you want to mimic, <br />
|
359 |
type your text-to-speech prompt and hit submit ! <br />
|
360 |
</p>
|
361 |
+
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg#center)](https://huggingface.co/spaces/fffiloni/coqui-bark-voice-cloning-docker?duplicate=true)
|
362 |
|
363 |
""")
|
364 |
with gr.Row():
|
|
|
496 |
"Once upon a time, in a cozy little shell, lived a friendly crab named Crabby. Crabby loved his cozy home, but he always felt like something was missing.",
|
497 |
"examples/en_speaker_6.wav",
|
498 |
False,
|
499 |
+
"examples/en_speaker_6.wav"
|
500 |
],
|
501 |
[
|
502 |
"It was a typical afternoon in the bustling city, the sun shining brightly through the windows of the packed courtroom. Three people sat at the bar, their faces etched with worry and anxiety. ",
|
503 |
"examples/en_speaker_9.wav",
|
504 |
False,
|
505 |
+
"examples/en_speaker_9.wav"
|
506 |
],
|
507 |
],
|
508 |
fn = infer,
|