Respair commited on
Commit
e8f143d
·
verified ·
1 Parent(s): 938479a

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
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=1.0, step=0.1,
216
  label="T (Duration / Temperature)",
217
- info="Controls duration scaling and randomness (T primarily affects English).",
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):