Pendrokar commited on
Commit
108f645
1 Parent(s): 462fbb0

text changes

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -174,7 +174,7 @@ HF_SPACES = {
174
 
175
  # Parler
176
  'parler-tts/parler_tts': {
177
- 'name': 'Parler',
178
  'function': '/gen_tts',
179
  'text_param_index': 0,
180
  'return_audio_index': 0,
@@ -186,7 +186,7 @@ HF_SPACES = {
186
  'text_param_index': 0,
187
  'return_audio_index': 0,
188
  },
189
- # Parler Mini, using Expresso dataset
190
  'parler-tts/parler-tts-expresso': {
191
  'name': 'Parler Mini Expresso',
192
  'function': '/gen_tts',
@@ -300,7 +300,7 @@ OVERRIDE_INPUTS = {
300
  5: None, # filepath in 'Upload a clean sample to clone. Sample should contain 1 speaker, be between 30-90 seconds and not contain background noise.' Audio component
301
  },
302
  'parler-tts/parler_tts': {
303
- 1: 'Elisabeth; Elisabeth\'s female voice; very clear audio', # description/prompt
304
  },
305
  'parler-tts/parler-tts-expresso': {
306
  1: 'Elisabeth; Elisabeth\'s female voice; very clear audio', # description/prompt
@@ -543,7 +543,7 @@ Vote to help the community determine the best text-to-speech (TTS) models.
543
 
544
  The leaderboard displays models in descending order of how natural they sound (based on votes cast by the community).
545
 
546
- Important: In order to help keep results fair, the leaderboard hides results by default until the number of votes passes a threshold. Tick the `Reveal preliminary results` to show models without sufficient votes. Please note that preliminary results may be inaccurate.
547
  """.strip()
548
 
549
 
 
174
 
175
  # Parler
176
  'parler-tts/parler_tts': {
177
+ 'name': 'Parler Mini',
178
  'function': '/gen_tts',
179
  'text_param_index': 0,
180
  'return_audio_index': 0,
 
186
  'text_param_index': 0,
187
  'return_audio_index': 0,
188
  },
189
+ # Parler Mini which using Expresso dataset
190
  'parler-tts/parler-tts-expresso': {
191
  'name': 'Parler Mini Expresso',
192
  'function': '/gen_tts',
 
300
  5: None, # filepath in 'Upload a clean sample to clone. Sample should contain 1 speaker, be between 30-90 seconds and not contain background noise.' Audio component
301
  },
302
  'parler-tts/parler_tts': {
303
+ 1: 'Laura; Laura\'s female voice; very clear audio', # description/prompt
304
  },
305
  'parler-tts/parler-tts-expresso': {
306
  1: 'Elisabeth; Elisabeth\'s female voice; very clear audio', # description/prompt
 
543
 
544
  The leaderboard displays models in descending order of how natural they sound (based on votes cast by the community).
545
 
546
+ Important: In order to help keep results fair, the leaderboard hides results by default until the number of votes passes a threshold. Tick the `Reveal preliminary results` to show models without sufficient votes. Please note that preliminary results may be inaccurate. [This dataset is public](https://huggingface.co/datasets/{DB_DATASET_ID}) and only saves the hardcoded sentences while keeping the voters anonymous.
547
  """.strip()
548
 
549