Pendrokar commited on
Commit
824387e
1 Parent(s): 0f5cb56

adjusted parler TTS prompt to be less monotone

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -234,10 +234,10 @@ OVERRIDE_INPUTS = {
234
  3: 'EN', # language
235
  },
236
  'parler-tts/parler_tts': {
237
- 1: 'Elisabeth\'s voice is monotone yet slightly fast in delivery, with a very close recording that almost has no background noise.', # description/prompt
238
  },
239
  'parler-tts/parler-tts-expresso': {
240
- 1: 'Elisabeth\'s voice is monotone yet slightly fast in delivery, with a very close recording that almost has no background noise.', # description/prompt
241
  },
242
  }
243
 
 
234
  3: 'EN', # language
235
  },
236
  'parler-tts/parler_tts': {
237
+ 1: 'Elisabeth. Elisabeth\'s clear sharp voice.', # description/prompt
238
  },
239
  'parler-tts/parler-tts-expresso': {
240
+ 1: 'Elisabeth. Elisabeth\'s clear sharp voice.', # description/prompt
241
  },
242
  }
243