Yehor commited on
Commit
202457e
·
1 Parent(s): 5513137
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ torch.cuda.manual_seed(seed)
92
 
93
  # Load vocoder
94
  vocoder_model = bigvgan.BigVGAN.from_pretrained(
95
- "nvidia/bigvgan_v2_22khz_80band_fmax8k_256x", use_cuda_kernel=use_cuda,
96
  )
97
  vocoder_model.remove_weight_norm()
98
  vocoder_model = vocoder_model.eval().to(device)
 
92
 
93
  # Load vocoder
94
  vocoder_model = bigvgan.BigVGAN.from_pretrained(
95
+ "nvidia/bigvgan_v2_22khz_80band_fmax8k_256x", use_cuda_kernel=False,
96
  )
97
  vocoder_model.remove_weight_norm()
98
  vocoder_model = vocoder_model.eval().to(device)