Spaces:
Build error
Build error
A fix
Browse files
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=
|
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)
|