Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ to_mel = lambda x: mel_spectrogram(x, **mel_fn_args)
|
|
84 |
|
85 |
# f0 conditioned model
|
86 |
dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
|
87 |
-
"
|
88 |
"config_dit_mel_seed_facodec_small_wavenet_f0.yml")
|
89 |
|
90 |
config = yaml.safe_load(open(dit_config_path, 'r'))
|
|
|
84 |
|
85 |
# f0 conditioned model
|
86 |
dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
|
87 |
+
"DiT_step_440000_seed_v2_uvit_facodec_small_wavenet_f0_pruned.pth",
|
88 |
"config_dit_mel_seed_facodec_small_wavenet_f0.yml")
|
89 |
|
90 |
config = yaml.safe_load(open(dit_config_path, 'r'))
|