Update demo.py
Browse files
demo.py
CHANGED
@@ -212,9 +212,9 @@ with gr.Blocks() as audio_inf:
|
|
212 |
info="Adjusts speech speed. 1.0 is normal.",
|
213 |
interactive=True)
|
214 |
|
215 |
-
t = gr.Slider(minimum=0.1, maximum=2, value=
|
216 |
label="T (Duration / Temperature)",
|
217 |
-
info="
|
218 |
interactive=True)
|
219 |
|
220 |
with gr.Column(scale=1):
|
|
|
212 |
info="Adjusts speech speed. 1.0 is normal.",
|
213 |
interactive=True)
|
214 |
|
215 |
+
t = gr.Slider(minimum=0.1, maximum=2, value=0.7, step=0.05,
|
216 |
label="T (Duration / Temperature)",
|
217 |
+
info="inflence of previous sentence on the current one - Kalliope Only",
|
218 |
interactive=True)
|
219 |
|
220 |
with gr.Column(scale=1):
|