baibaibai commited on
Commit
8d5ad8b
1 Parent(s): 4401ab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with app:
52
  with gr.Row():
53
  auto = gr.Checkbox(label="启用自动变调", value=False)
54
  with gr.Row():
55
- acc_vaule = gr.Slider(1, 50, value=20, interactive=True, label="加速倍率")
56
  with gr.Row():
57
  pitch_vaule = gr.Slider(-96, 96, value=0, interactive=True, label="变调(半音)")
58
  with gr.Row():
 
52
  with gr.Row():
53
  auto = gr.Checkbox(label="启用自动变调", value=False)
54
  with gr.Row():
55
+ acc_vaule = gr.Slider(1, 100, value=50, interactive=True, label="加速倍率")
56
  with gr.Row():
57
  pitch_vaule = gr.Slider(-96, 96, value=0, interactive=True, label="变调(半音)")
58
  with gr.Row():