Pendrokar commited on
Commit
667a0d3
·
1 Parent(s): 5de1947

XTTS: use voice sample uploaded to HF forum

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -216,8 +216,8 @@ DEFAULT_VOICE_TRANSCRIPT = "In the first half of the 20th century, science ficti
216
  OVERRIDE_INPUTS = {
217
  'coqui/xtts': {
218
  1: 'en',
219
- 2: 'https://huggingface.co/spaces/coqui/xtts/resolve/main/examples/female.wav', # voice sample
220
- 3: 'https://huggingface.co/spaces/coqui/xtts/resolve/main/examples/female.wav', # mic voice sample
221
  4: False, #use_mic
222
  5: False, #cleanup_reference
223
  6: False, #auto_detect
 
216
  OVERRIDE_INPUTS = {
217
  'coqui/xtts': {
218
  1: 'en',
219
+ 2: 'https://cdn-uploads.huggingface.co/production/uploads/63d52e0c4e5642795617f668/V6-rMmI-P59DA4leWDIcK.wav', # voice sample
220
+ 3: None, # mic voice sample
221
  4: False, #use_mic
222
  5: False, #cleanup_reference
223
  6: False, #auto_detect