OpenSound commited on
Commit
638f300
·
verified ·
1 Parent(s): 7e9f60e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -156,7 +156,8 @@ 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
 
161
 
162
  # 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
+ return sample_rate, mixture
161
 
162
 
163
  # CSS styling (optional)