Pendrokar commited on
Commit
c9dc57d
1 Parent(s): f5a93f9

used Fish Speech example English voice sample

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. app.py +5 -5
README.md CHANGED
@@ -12,12 +12,13 @@ pinned: false
12
  short_description: xVA vs The World
13
  models:
14
  - coqui/XTTS-v2
15
- - Pendrokar/xvapitch_nvidia
16
- - parler-tts/parler-tts-mini-v1
17
  - metavoiceio/metavoice-1B-v0.1
18
  - myshell-ai/MeloTTS-English-v2
19
  - myshell-ai/OpenVoice
20
  - myshell-ai/OpenVoiceV2
 
 
21
  - WhisperSpeech/WhisperSpeech
22
  sdk_version: 4.29.0
23
  ---
 
12
  short_description: xVA vs The World
13
  models:
14
  - coqui/XTTS-v2
15
+ - fishaudio/fish-speech-1.4
 
16
  - metavoiceio/metavoice-1B-v0.1
17
  - myshell-ai/MeloTTS-English-v2
18
  - myshell-ai/OpenVoice
19
  - myshell-ai/OpenVoiceV2
20
+ - parler-tts/parler-tts-mini-v1
21
+ - Pendrokar/xvapitch_nvidia
22
  - WhisperSpeech/WhisperSpeech
23
  sdk_version: 4.29.0
24
  ---
app.py CHANGED
@@ -257,10 +257,10 @@ OVERRIDE_INPUTS = {
257
  7: 1111,
258
  },
259
  'Manmay/tortoise-tts': {
260
- 1: None, # text-from-file; cannot skip and doesn't work without
261
  2: 'angie', # voice
262
- 3: None,
263
- 4: 'No',
264
  },
265
  'mrfakename/MeloTTS': {
266
  1: 'EN-Default', # speaker; DEFAULT_VOICE_SAMPLE=EN-Default
@@ -281,8 +281,8 @@ OVERRIDE_INPUTS = {
281
 
282
  'fishaudio/fish-speech-1': {
283
  1: True, # enable_reference_audio
284
- 2: DEFAULT_VOICE_SAMPLE, # reference_audio
285
- 3: DEFAULT_VOICE_TRANSCRIPT, # reference_text
286
  4: 1024, # max_new_tokens
287
  5: 200, # chunk_length
288
  6: 0.7, # top_p
 
257
  7: 1111,
258
  },
259
  'Manmay/tortoise-tts': {
260
+ 1: None, # text-from-file
261
  2: 'angie', # voice
262
+ 3: 'disabled', # second voice for a dialogue
263
+ 4: 'No', # split by newline
264
  },
265
  'mrfakename/MeloTTS': {
266
  1: 'EN-Default', # speaker; DEFAULT_VOICE_SAMPLE=EN-Default
 
281
 
282
  'fishaudio/fish-speech-1': {
283
  1: True, # enable_reference_audio
284
+ 2: file('https://huggingface.co/spaces/fishaudio/fish-speech-1/resolve/main/examples/English.wav'), # reference_audio
285
+ 3: 'In the ancient land of Eldoria, where the skies were painted with shades of mystic hues and the forests whispered secrets of old, there existed a dragon named Zephyros. Unlike the fearsome tales of dragons that plagued human hearts with terror, Zephyros was a creature of wonder and wisdom, revered by all who knew of his existence.', # reference_text
286
  4: 1024, # max_new_tokens
287
  5: 200, # chunk_length
288
  6: 0.7, # top_p