Spaces:
kgout
/
Running on Zero

kgout commited on
Commit
2e54921
·
verified ·
1 Parent(s): 9f4a16e

Update audiosr/pipeline.py

Browse files
Files changed (1) hide show
  1. audiosr/pipeline.py +0 -1
audiosr/pipeline.py CHANGED
@@ -166,7 +166,6 @@ def super_resolution(
166
 
167
  batch, duration = make_batch_for_super_resolution(input_file, waveform=waveform)
168
 
169
- with torch.no_grad():
170
  with torch.no_grad():
171
  waveform = latent_diffusion.generate_batch(
172
  batch,
 
166
 
167
  batch, duration = make_batch_for_super_resolution(input_file, waveform=waveform)
168
 
 
169
  with torch.no_grad():
170
  waveform = latent_diffusion.generate_batch(
171
  batch,