OpenSound commited on
Commit
5fc4bf9
·
verified ·
1 Parent(s): 638f300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -156,8 +156,7 @@ def tse(gt_file_input, text_input, num_infer_steps, eta, seed, guidance_scale, g
156
 
157
 
158
  pred = sample_diffusion(mixture, timbre, num_infer_steps, eta, seed, guidance_scale, guidance_rescale)
159
- # return sample_rate, pred.squeeze().cpu().numpy()
160
- return sample_rate, mixture
161
 
162
 
163
  # CSS styling (optional)
 
156
 
157
 
158
  pred = sample_diffusion(mixture, timbre, num_infer_steps, eta, seed, guidance_scale, guidance_rescale)
159
+ return sample_rate, pred.squeeze().cpu().numpy()
 
160
 
161
 
162
  # CSS styling (optional)