lihaoxin2020 commited on
Commit
fe3cf47
·
1 Parent(s): 98b826d

supporting bark, moe, kotoba-speech

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -48,7 +48,7 @@ AVAILABLE_MODELS = {
48
  # 'VoiceCraft 2.0': 'voicecraft',
49
  # 'Parler TTS': 'parler'
50
  'MOE': 'moe',
51
- # 'BARK': 'bark',
52
  'KOTOBA-SPEECH': 'kotoba-speech'
53
  }
54
 
@@ -394,7 +394,7 @@ model_links = {
394
  # 'metavoice': 'https://github.com/metavoiceio/metavoice-src',
395
  'bark': 'https://suno-bark.hf.space/',
396
  'moe': 'skytnt/moe-tts',
397
- 'kotoba-speech': 'kotoba-tech/kotoba-speech'
398
  }
399
  model_kwargs = {
400
  'moe': {
@@ -403,9 +403,9 @@ model_kwargs = {
403
  'bark': {
404
  'fn_index': 3
405
  },
406
- 'kotoba-speech': {
407
- 'api_name': '/tts'
408
- }
409
  }
410
  # def get_random_split(existing_split=None):
411
  # choice = random.choice(list(audio_dataset.keys()))
 
48
  # 'VoiceCraft 2.0': 'voicecraft',
49
  # 'Parler TTS': 'parler'
50
  'MOE': 'moe',
51
+ 'BARK': 'bark',
52
  'KOTOBA-SPEECH': 'kotoba-speech'
53
  }
54
 
 
394
  # 'metavoice': 'https://github.com/metavoiceio/metavoice-src',
395
  'bark': 'https://suno-bark.hf.space/',
396
  'moe': 'skytnt/moe-tts',
397
+ # 'kotoba-speech': 'kotoba-tech/kotoba-speech'
398
  }
399
  model_kwargs = {
400
  'moe': {
 
403
  'bark': {
404
  'fn_index': 3
405
  },
406
+ # 'kotoba-speech': {
407
+ # 'api_name': '/tts'
408
+ # }
409
  }
410
  # def get_random_split(existing_split=None):
411
  # choice = random.choice(list(audio_dataset.keys()))