Gregniuki commited on
Commit
2c6f6a3
·
verified ·
1 Parent(s): 5714b1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ vocos = load_vocoder()
73
 
74
  target_sample_rate = 24000
75
  n_mel_channels = 100
76
- hop_length = 256 - 8
77
  target_rms = 0.1
78
  nfe_step = 16 # 16, 32
79
  cfg_strength = 2.0
 
73
 
74
  target_sample_rate = 24000
75
  n_mel_channels = 100
76
+ hop_length = 256
77
  target_rms = 0.1
78
  nfe_step = 16 # 16, 32
79
  cfg_strength = 2.0