Staticaliza commited on
Commit
7da6028
·
verified ·
1 Parent(s): a527f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -60,7 +60,6 @@ def generate(input, language, speaker_audio, emotion_happy, emotion_sad, emotion
60
  cfg_scale=float(cfg_scale),
61
  batch_size=1,
62
  sampling_params=dict(min_p=float(min_p)),
63
- callback=cb,
64
  )
65
 
66
  wav_out = model.autoencoder.decode(codes).cpu().detach()
 
60
  cfg_scale=float(cfg_scale),
61
  batch_size=1,
62
  sampling_params=dict(min_p=float(min_p)),
 
63
  )
64
 
65
  wav_out = model.autoencoder.decode(codes).cpu().detach()