Spaces:
Sleeping
Sleeping
Shivam Mehta
commited on
Commit
·
e30e2d5
1
Parent(s):
9c0b4ef
Changing the initial speaking rate as by default it is loading a multispeaker model now
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional
|
|
179 |
minimum=0.5,
|
180 |
maximum=1.5,
|
181 |
step=0.05,
|
182 |
-
value=
|
183 |
interactive=True,
|
184 |
)
|
185 |
mel_temp = gr.Slider(
|
|
|
179 |
minimum=0.5,
|
180 |
maximum=1.5,
|
181 |
step=0.05,
|
182 |
+
value=0.85,
|
183 |
interactive=True,
|
184 |
)
|
185 |
mel_temp = gr.Slider(
|