fffiloni commited on
Commit
5a028b4
1 Parent(s): 1d7c533

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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/instant-TTS-Bark-cloning?duplicate=true)
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
- None
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
- None
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,