Pendrokar commited on
Commit
8899a7e
1 Parent(s): 094c347

IMS-Toucan: positive value is now the female gender

Browse files

I could have sworn it was the other way around before.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ OVERRIDE_INPUTS = {
371
  2: 0.6, #prosody_creativity
372
  3: 1, #duration_scaling_factor
373
  4: 41, #voice_seed
374
- 5: -7.5, #emb1
375
  6: None, #reference_audio
376
  },
377
 
 
371
  2: 0.6, #prosody_creativity
372
  3: 1, #duration_scaling_factor
373
  4: 41, #voice_seed
374
+ 5: 7.5, #emb1
375
  6: None, #reference_audio
376
  },
377