Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
|
|
|
|
| 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 |
|