nam194 commited on
Commit
f785858
·
verified ·
1 Parent(s): cf7222f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
85
  minimum=0.5,
86
  maximum=2.0,
87
  step=0.05,
88
- value=1.0,
89
  info="Điều chỉnh tốc độ đọc (1.0 là tốc độ bình thường)."
90
  )
91
  normalize_text = gr.Checkbox(
 
85
  minimum=0.5,
86
  maximum=2.0,
87
  step=0.05,
88
+ value=0.75,
89
  info="Điều chỉnh tốc độ đọc (1.0 là tốc độ bình thường)."
90
  )
91
  normalize_text = gr.Checkbox(