AdalAbilbekov commited on
Commit
08f5766
1 Parent(s): 5f16f89
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def generate_audio(text, quantity, speaker, emotion_1, emotion_2):
75
 
76
  y_enc, y_dec, attn = gradtts_uncond_model.classifier_guidance_decode_two_mixture(
77
  x, x_lengths,
78
- n_timesteps=100,
79
  temperature=2.0,
80
  stoc=args.stoc,
81
  spk=sid,
 
75
 
76
  y_enc, y_dec, attn = gradtts_uncond_model.classifier_guidance_decode_two_mixture(
77
  x, x_lengths,
78
+ n_timesteps=10,
79
  temperature=2.0,
80
  stoc=args.stoc,
81
  spk=sid,