Pendrokar commited on
Commit
d701dd6
โ€ข
1 Parent(s): ff663a0

emoji Discord thumbnail

Browse files
Files changed (3) hide show
  1. README.md +2 -0
  2. gr_client.py +2 -2
  3. thumbnail.png +0 -0
README.md CHANGED
@@ -24,6 +24,8 @@ preload_from_hub:
24
  - Pendrokar/xvasynth_lojban
25
  - Pendrokar/xvasynth_cabal
26
  license: gpl-3.0
 
 
27
  short_description: CPU powered, low RTF, emotional, multilingual TTS
28
  ---
29
 
 
24
  - Pendrokar/xvasynth_lojban
25
  - Pendrokar/xvasynth_cabal
26
  license: gpl-3.0
27
+ thumbnail: >-
28
+ https://huggingface.co/spaces/Pendrokar/xVASynth/raw/main/thumbnail.png
29
  short_description: CPU powered, low RTF, emotional, multilingual TTS
30
  ---
31
 
gr_client.py CHANGED
@@ -153,13 +153,13 @@ surprise_slider_init = {
153
  'value': 0,
154
  'step': 0.05,
155
  'label': "๐Ÿ˜ฎ Surprise",
156
- 'info': "Does not play well with Happiness with either being beyond 0.3",
157
  }
158
  voice_radio_init = {
159
  'choices': [*voice_models, (f'+{len(voice_models_more)}', 'more')],
160
  'value': "ccby_nvidia_hifi_6671_M",
161
  'label': "Voice",
162
- 'info': "NVIDIA HIFI CC-BY-4.0 xVAPitch voice model"
163
  }
164
  deepmoji_checkbox_init = {
165
  'label': "Use DeepMoji",
 
153
  'value': 0,
154
  'step': 0.05,
155
  'label': "๐Ÿ˜ฎ Surprise",
156
+ 'info': "Can oversaturate Happiness with either being beyond 0.3",
157
  }
158
  voice_radio_init = {
159
  'choices': [*voice_models, (f'+{len(voice_models_more)}', 'more')],
160
  'value': "ccby_nvidia_hifi_6671_M",
161
  'label': "Voice",
162
+ 'info': "Fine-tuned voice model"
163
  }
164
  deepmoji_checkbox_init = {
165
  'label': "Use DeepMoji",
thumbnail.png ADDED