Pendrokar commited on
Commit
d8a1450
·
1 Parent(s): 27d5907

Chatterbox voice switch to Author suggested one

Browse files
Files changed (1) hide show
  1. app/models.py +1 -1
app/models.py CHANGED
@@ -1003,7 +1003,7 @@ OVERRIDE_INPUTS = {
1003
 
1004
  # Chatterbox
1005
  'ResembleAI/Chatterbox': {
1006
- 'audio_prompt_path_input': handle_file('https://cdn-uploads.huggingface.co/production/uploads/642c0b71eb6e214d4f8897a3/bJvzvKbiIAZ3lX0MJDU0r.wav'), # voice; chosen by Manmay of Resemble AI org - https://huggingface.co/spaces/ResembleAI/Chatterbox/discussions/14#686cd36e9479e00d8d3fc079
1007
  'exaggeration_input': 0.5, # 1-2
1008
  'temperature_input': 0.8, # Lower values make the output more deterministic, higher values increase randomness.
1009
  'seed_num_input': 1, # Seed for random number generation, can be any integer.
 
1003
 
1004
  # Chatterbox
1005
  'ResembleAI/Chatterbox': {
1006
+ 'audio_prompt_path_input': handle_file('https://cdn-uploads.huggingface.co/production/uploads/642c0b71eb6e214d4f8897a3/H8qgQbv6e8bgGVCM-w4mq.wav'), # voice; chosen by Manmay of Resemble AI org - https://huggingface.co/spaces/ResembleAI/Chatterbox/discussions/14#686cd36e9479e00d8d3fc079
1007
  'exaggeration_input': 0.5, # 1-2
1008
  'temperature_input': 0.8, # Lower values make the output more deterministic, higher values increase randomness.
1009
  'seed_num_input': 1, # Seed for random number generation, can be any integer.