Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
emoji Discord thumbnail
Browse files- README.md +2 -0
- gr_client.py +2 -2
- 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': "
|
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': "
|
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