Spaces:
Running
on
Zero
Running
on
Zero
Staticaliza
commited on
Commit
•
ee89a2f
1
Parent(s):
a23ed8d
Update app.py
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ target_rms = 0.1
|
|
51 |
cfg_strength = 2.0
|
52 |
sway_sampling_coef = -1.0
|
53 |
|
54 |
-
silence_offset =
|
55 |
-
silence_min_len =
|
56 |
|
57 |
vocos = Vocos.from_pretrained("charactr/vocos-mel-24khz")
|
58 |
|
|
|
51 |
cfg_strength = 2.0
|
52 |
sway_sampling_coef = -1.0
|
53 |
|
54 |
+
silence_offset = 25
|
55 |
+
silence_min_len = 500
|
56 |
|
57 |
vocos = Vocos.from_pretrained("charactr/vocos-mel-24khz")
|
58 |
|