Spaces:
Sleeping
Sleeping
Update Danish TTS demo description and adjust temperature slider range, and trimmed audio files.
Browse files- app.py +3 -2
- voices/mic.wav +2 -2
- voices/nic.wav +2 -2
app.py
CHANGED
|
@@ -172,7 +172,8 @@ with gr.Blocks() as demo:
|
|
| 172 |
gr.Markdown(
|
| 173 |
"""
|
| 174 |
# Danish TTS Demo π©π°
|
| 175 |
-
Generate high-quality danish speech from text with reference audio styling
|
|
|
|
| 176 |
"""
|
| 177 |
)
|
| 178 |
|
|
@@ -220,7 +221,7 @@ with gr.Blocks() as demo:
|
|
| 220 |
|
| 221 |
with gr.Accordion("More options", open=False):
|
| 222 |
seed_num = gr.Number(value=0, label="Random seed (0 for random)")
|
| 223 |
-
temp = gr.Slider(0.05, 5, step=.05, label="Temperature", value=.8)
|
| 224 |
|
| 225 |
run_btn = gr.Button("Generate", variant="primary")
|
| 226 |
|
|
|
|
| 172 |
gr.Markdown(
|
| 173 |
"""
|
| 174 |
# Danish TTS Demo π©π°
|
| 175 |
+
Generate high-quality danish speech from text with reference audio styling.
|
| 176 |
+
This is a preview of a model that was developed as part of the CoRal project, and is a finetuned version of the Chatterbox Multilingual.
|
| 177 |
"""
|
| 178 |
)
|
| 179 |
|
|
|
|
| 221 |
|
| 222 |
with gr.Accordion("More options", open=False):
|
| 223 |
seed_num = gr.Number(value=0, label="Random seed (0 for random)")
|
| 224 |
+
temp = gr.Slider(0.05, 2.5, step=.05, label="Temperature", value=.8)
|
| 225 |
|
| 226 |
run_btn = gr.Button("Generate", variant="primary")
|
| 227 |
|
voices/mic.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b33d20de00571adcb1b02bb6601d65c47c8013985652ac54239f7dc0e7d19c0
|
| 3 |
+
size 1461102
|
voices/nic.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6026bc4e1ef0ec9d8e6d49b601fb7960023a545577685fd556be23387ff6b462
|
| 3 |
+
size 1555332
|