Uniaff commited on
Commit
7432451
·
verified ·
1 Parent(s): d611447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.5
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.5
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