Gregniuki commited on
Commit
23673a8
·
verified ·
1 Parent(s): bda9804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,12 +52,12 @@ vocos = Vocos.from_pretrained("charactr/vocos-mel-24khz")
52
  target_sample_rate = 24000
53
  n_mel_channels = 100
54
  hop_length = 256
55
- target_rms = 0.1
56
  nfe_step = 8 # 16, 32
57
  cfg_strength = 2.0
58
  ode_method = "euler"
59
  sway_sampling_coef = -1.0
60
- speed = 1.1
61
  fix_duration = None
62
 
63
 
 
52
  target_sample_rate = 24000
53
  n_mel_channels = 100
54
  hop_length = 256
55
+ target_rms = 0.15
56
  nfe_step = 8 # 16, 32
57
  cfg_strength = 2.0
58
  ode_method = "euler"
59
  sway_sampling_coef = -1.0
60
+ speed = 1
61
  fix_duration = None
62
 
63