Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def synthesize_and_convert_voice(text, language_iso, voice_audio_path, speed, de
|
|
149 |
|
150 |
# Параметры для voice_conversion
|
151 |
diffusion_steps = 30
|
152 |
-
length_adjust = 1.
|
153 |
inference_cfg_rate = 0.6
|
154 |
f0_condition = True
|
155 |
auto_f0_adjust = True
|
@@ -238,7 +238,7 @@ def synthesize_speech(text, speaker_wav_path, language_iso, speed, device='cpu')
|
|
238 |
|
239 |
# Параметры для voice_conversion
|
240 |
diffusion_steps = 30
|
241 |
-
length_adjust = 1.
|
242 |
inference_cfg_rate = 0.6
|
243 |
f0_condition = True
|
244 |
auto_f0_adjust = True
|
|
|
149 |
|
150 |
# Параметры для voice_conversion
|
151 |
diffusion_steps = 30
|
152 |
+
length_adjust = 1.0
|
153 |
inference_cfg_rate = 0.6
|
154 |
f0_condition = True
|
155 |
auto_f0_adjust = True
|
|
|
238 |
|
239 |
# Параметры для voice_conversion
|
240 |
diffusion_steps = 30
|
241 |
+
length_adjust = 1.0
|
242 |
inference_cfg_rate = 0.6
|
243 |
f0_condition = True
|
244 |
auto_f0_adjust = True
|